cef/cef3/patch/patches/renderer_main_642.patch
2012-06-28 19:05:34 +00:00

14 lines
477 B
Diff

Index: renderer_main.cc
===================================================================
--- renderer_main.cc (revision 144645)
+++ renderer_main.cc (working copy)
@@ -246,7 +246,7 @@
if (!no_sandbox) {
run_loop = platform.EnableSandbox();
} else {
- LOG(ERROR) << "Running without renderer sandbox";
+ //LOG(ERROR) << "Running without renderer sandbox";
}
#if defined(OS_POSIX) && !defined(OS_MACOSX)
RenderProcessImpl render_process;