initialize system resources earlier so they are available during shell init.
Change-Id: I173e692ef9fce43be5860af88ce71e749a7a244c
BUG=105614
TEST=See issue + all chromeos tests should pass.
Review URL: http://codereview.chromium.org/9079001
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@116266 0039d316-1c4b-4281-b951-d872f2087c98
diff --git a/chrome/browser/chrome_browser_main.h b/chrome/browser/chrome_browser_main.h
index c5a7f4f7..d4a4d05 100644
--- a/chrome/browser/chrome_browser_main.h
+++ b/chrome/browser/chrome_browser_main.h
@@ -1,4 +1,4 @@
-// Copyright (c) 2011 The Chromium Authors. All rights reserved.
+// Copyright (c) 2012 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
@@ -75,7 +75,7 @@
virtual void PostDestroyThreads() OVERRIDE;
// Additional stages for ChromeBrowserMainExtraParts. These stages are called
- // in order from PreMainMessageLoopStart(). See implementation for details.
+ // in order from PreMainMessageLoopRun(). See implementation for details.
virtual void PreProfileInit();
virtual void PostProfileInit();
virtual void PreBrowserStart();