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

Unified Diff: content/common/sandbox_init_mac.h

Issue 11737004: Merge 173432 (Closed) Base URL: svn://svn.chromium.org/chrome/branches/1312/src/
Patch Set: Created 7 years, 12 months 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 | « no previous file | content/worker/worker_main.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/common/sandbox_init_mac.h
===================================================================
--- content/common/sandbox_init_mac.h (revision 174805)
+++ content/common/sandbox_init_mac.h (working copy)
@@ -8,11 +8,10 @@
namespace content {
// Initialize the sandbox for renderer, gpu, utility, worker, and plug-in
-// processes, depending on the command line flags. Although The browser process
-// is not sandboxed, this also needs to be called because it will initialize
-// the broker code.
+// processes, depending on the command line flags. For the browser process which
+// is not sandboxed, this call is a no-op.
// Returns true if the sandbox was initialized succesfully, false if an error
-// occurred. If process_type isn't one that needs sandboxing true is always
+// occurred. If process_type isn't one that needs sandboxing, true is always
// returned.
bool InitializeSandbox();
« no previous file with comments | « no previous file | content/worker/worker_main.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698