diff options
author | viettrungluu@chromium.org <viettrungluu@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-12-22 05:06:20 +0000 |
---|---|---|
committer | viettrungluu@chromium.org <viettrungluu@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-12-22 05:06:20 +0000 |
commit | 30f894bafbd04380db0615b87e734e0dbfad9915 (patch) | |
tree | 3037a845548ae2c1b2758546a3af3eb4898e391a /chrome/browser/browser_main.h | |
parent | ddf124cb8f239ecfbe2339d16f4e3dc849798d20 (diff) | |
download | chromium_src-30f894bafbd04380db0615b87e734e0dbfad9915.zip chromium_src-30f894bafbd04380db0615b87e734e0dbfad9915.tar.gz chromium_src-30f894bafbd04380db0615b87e734e0dbfad9915.tar.bz2 |
Revert 35137 - Getting perf numbers. Will revert.
BUG=none
TEST=none
TBR=viettrungluu@chromium.org
Review URL: http://codereview.chromium.org/502099
TBR=viettrungluu@chromium.org
Review URL: http://codereview.chromium.org/504080
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@35138 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser/browser_main.h')
-rw-r--r-- | chrome/browser/browser_main.h | 22 |
1 files changed, 0 insertions, 22 deletions
diff --git a/chrome/browser/browser_main.h b/chrome/browser/browser_main.h index 5f675dd..44bc6ab 100644 --- a/chrome/browser/browser_main.h +++ b/chrome/browser/browser_main.h @@ -7,11 +7,6 @@ #include "build/build_config.h" -#if defined(OS_MACOSX) -#include <vector> -class GURL; -#endif - struct MainFunctionParams; class MetricsService; @@ -31,23 +26,6 @@ void DidEndMainMessageLoop(); // are registered with the UMA metrics service. void RecordBreakpadStatusUMA(MetricsService* metrics); -#if defined(OS_MACOSX) -// On Mac, files/URLs to open at startup aren't typically provided on the -// command line, but rather by Launch Services via an Apple Event. We spin a UI -// message loop early to catch this event in the app controller and store the -// URLs. - -// Has the app controller been told that it is done? (I.e., has it received -// |-applicationDidFinishLaunching:|?) -bool IsStartupComplete(); - -// The following functions retrieves the URLs and clears the list of URLs, -// respectively. -const std::vector<GURL>& GetStartupURLs(); -void ClearStartupURLs(); - -#endif - } // namespace Platform #endif // CHROME_BROWSER_BROWSER_MAIN_H_ |