mirror of
https://bitbucket.org/chromiumembedded/cef
synced 2025-04-19 05:07:27 +02:00
git-svn-id: https://chromiumembedded.googlecode.com/svn/branches/1180@719 5089003a-bbd8-11dd-ad1f-f1f9622dbc98
14 lines
477 B
Diff
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;
|