summaryrefslogtreecommitdiffstats
path: root/chrome/browser/browser_init.h
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/browser/browser_init.h')
-rw-r--r--chrome/browser/browser_init.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/chrome/browser/browser_init.h b/chrome/browser/browser_init.h
index a456d5d..6be28502 100644
--- a/chrome/browser/browser_init.h
+++ b/chrome/browser/browser_init.h
@@ -78,6 +78,10 @@ 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_;