summaryrefslogtreecommitdiffstats
path: root/chrome/app
diff options
context:
space:
mode:
authorkbr@chromium.org <kbr@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-07-27 01:18:50 +0000
committerkbr@chromium.org <kbr@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-07-27 01:18:50 +0000
commitf4524d425f45435ef857148dbe6acdbf89407b7a (patch)
treef3fddbf41fd05044d5813300a7625c6d5f48d07b /chrome/app
parentae6e99198cc1d63e74459ba60172676bcea2af22 (diff)
downloadchromium_src-f4524d425f45435ef857148dbe6acdbf89407b7a.zip
chromium_src-f4524d425f45435ef857148dbe6acdbf89407b7a.tar.gz
chromium_src-f4524d425f45435ef857148dbe6acdbf89407b7a.tar.bz2
Updated comment per feedback from mark on
http://codereview.chromium.org/7458009 . BUG=none TEST=none TBR=mark Review URL: http://codereview.chromium.org/7465062 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@94228 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/app')
-rw-r--r--chrome/app/chrome_main.cc3
1 files changed, 1 insertions, 2 deletions
diff --git a/chrome/app/chrome_main.cc b/chrome/app/chrome_main.cc
index 00aad89..0e9aa0f 100644
--- a/chrome/app/chrome_main.cc
+++ b/chrome/app/chrome_main.cc
@@ -843,8 +843,7 @@ int ChromeMain(int argc, char** argv) {
#elif defined(OS_MACOSX)
// On OS X the renderer sandbox needs to be initialized later in the startup
// sequence in RendererMainPlatformDelegate::EnableSandbox().
- // Same goes for NaClLoader, in NaClMainPlatformDelegate::EnableSandbox(),
- // and the GPU process, in GpuMain().
+ // Same goes for NaClLoader, in NaClMainPlatformDelegate::EnableSandbox().
if (process_type == switches::kRendererProcess ||
process_type == switches::kExtensionProcess ||
process_type == switches::kNaClLoaderProcess ||