Skip to content

Commit 53feebc

Browse files
jturcottebbandix
authored andcommitted
<chromium> Remove the Running without renderer sandbox error message
We are currently not planing to enable the sandbox and the error pollutes the auto tests output. Reviewed-by: Andras Becsi <[email protected]> Change-Id: I2675aa2e03394f1c03e4df6bd1b21764ed19206a Reviewed-by: Zeno Albisser <[email protected]>
1 parent df6a041 commit 53feebc

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

chromium/content/renderer/renderer_main.cc

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -223,7 +223,6 @@ int RendererMain(const MainFunctionParams& parameters) {
223223
if (!no_sandbox) {
224224
run_loop = platform.EnableSandbox();
225225
} else {
226-
LOG(ERROR) << "Running without renderer sandbox";
227226
#ifndef NDEBUG
228227
// For convenience, we print the stack trace for crashes. We can't get
229228
// symbols when the sandbox is enabled, so only try when the sandbox is

0 commit comments

Comments
 (0)