summaryrefslogtreecommitdiffstats
path: root/chrome/browser/browser_init.h
diff options
context:
space:
mode:
authorjcampan@chromium.org <jcampan@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-05-01 23:34:29 +0000
committerjcampan@chromium.org <jcampan@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-05-01 23:34:29 +0000
commit16ee695911e2e911d6d5f33092e6748a9c907f39 (patch)
treec94164324f552d0da79947bf0de1cd7b1bbf88f6 /chrome/browser/browser_init.h
parent3579c4dbb74148d4d3f0bb594a099c97811b029e (diff)
downloadchromium_src-16ee695911e2e911d6d5f33092e6748a9c907f39.zip
chromium_src-16ee695911e2e911d6d5f33092e6748a9c907f39.tar.gz
chromium_src-16ee695911e2e911d6d5f33092e6748a9c907f39.tar.bz2
Reverting 15115, it sadly breaks the ui tests.
TBR=beng Review URL: http://codereview.chromium.org/100285 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@15122 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser/browser_init.h')
-rw-r--r--chrome/browser/browser_init.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/chrome/browser/browser_init.h b/chrome/browser/browser_init.h
index 6be28502..a456d5d 100644
--- a/chrome/browser/browser_init.h
+++ b/chrome/browser/browser_init.h
@@ -78,10 +78,6 @@ class BrowserInit {
// Adds additional startup URLs to the specified vector.
void AddStartupURLs(std::vector<GURL>* startup_urls) const;
- // Checks whether Chrome is still the default browser (unless the user
- // previously instructed not to do so) and warns the user if it is not.
- void CheckDefaultBrowser(Profile* profile);
-
std::wstring cur_dir_;
const CommandLine& command_line_;
Profile* profile_;