Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1659)

Unified Diff: chrome/renderer/renderer_main.cc

Issue 5491001: Mac: Sandbox GPU process. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: '' Created 10 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « chrome/gpu/gpu_main.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/renderer/renderer_main.cc
diff --git a/chrome/renderer/renderer_main.cc b/chrome/renderer/renderer_main.cc
index 92d8799d5c75a474aa65fd112f1e0ef3a7a7de3d..4039ed21a20ad5d37500f6d6c45a33d8f766e1ed 100644
--- a/chrome/renderer/renderer_main.cc
+++ b/chrome/renderer/renderer_main.cc
@@ -278,6 +278,8 @@ int RendererMain(const MainFunctionParams& parameters) {
bool run_loop = true;
if (!no_sandbox) {
run_loop = platform.EnableSandbox();
+ } else {
+ LOG(ERROR) << "Running without renderer sandbox";
vtl 2010/12/01 22:52:11 This will annoy lots of Linux developers. Good.
}
#if defined(OS_LINUX)
RenderProcessImpl render_process;
« no previous file with comments | « chrome/gpu/gpu_main.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698