Files
cef/cef3/patch/patches/renderer_main_642.patch
Marshall Greenblatt 7ab98f71da Fix svn:eol-style property.
git-svn-id: https://chromiumembedded.googlecode.com/svn/branches/1453@1473 5089003a-bbd8-11dd-ad1f-f1f9622dbc98
2013-10-18 16:59:40 +00:00

14 lines
559 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