mirror of
https://bitbucket.org/chromiumembedded/cef
synced 2025-02-25 08:27:41 +01:00
14 lines
564 B
Diff
14 lines
564 B
Diff
|
Index: renderer_main.cc
|
||
|
===================================================================
|
||
|
--- renderer_main.cc (revision 197225)
|
||
|
+++ renderer_main.cc (working copy)
|
||
|
@@ -200,7 +200,7 @@
|
||
|
if (!no_sandbox) {
|
||
|
run_loop = platform.EnableSandbox();
|
||
|
} else {
|
||
|
- LOG(ERROR) << "Running without renderer sandbox";
|
||
|
+ // LOG(ERROR) << "Running without renderer sandbox";
|
||
|
#ifndef NDEBUG
|
||
|
// For convenience, we print the stack trace for crashes. We can't get
|
||
|
// symbols when the sandbox is enabled, so only try when the sandbox is
|