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

Unified Diff: chrome/app/chrome_main_delegate.cc

Issue 19737002: Enable sandbox in local discovery utility process. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 5 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
Index: chrome/app/chrome_main_delegate.cc
diff --git a/chrome/app/chrome_main_delegate.cc b/chrome/app/chrome_main_delegate.cc
index c8d224bbfc9a11db3058946bacbada5843493f29..66ac68d5245f2da1a4dee5af89d44d68fbad6ef5 100644
--- a/chrome/app/chrome_main_delegate.cc
+++ b/chrome/app/chrome_main_delegate.cc
@@ -631,6 +631,8 @@ void ChromeMainDelegate::PreSandboxStartup() {
// only do this when ResourcesBundle has been initialized).
SetMacProcessName(command_line);
#endif // defined(OS_MACOSX)
+
+ chrome::ChromeContentUtilityClient::PreSandboxStartup();
Lei Zhang 2013/07/18 19:50:01 Do all process types need this, or only utility pr
Vitaly Buka (NO REVIEWS) 2013/07/18 20:42:13 Thanks. Done.
}
#if defined(OS_POSIX) && !defined(OS_MACOSX)

Powered by Google App Engine
This is Rietveld 408576698