summaryrefslogtreecommitdiffstats
path: root/chrome/browser/ui/browser_init.h
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/browser/ui/browser_init.h')
-rw-r--r--chrome/browser/ui/browser_init.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/chrome/browser/ui/browser_init.h b/chrome/browser/ui/browser_init.h
index 7d5a332..32cd4b7 100644
--- a/chrome/browser/ui/browser_init.h
+++ b/chrome/browser/ui/browser_init.h
@@ -227,8 +227,9 @@ class BrowserInit {
// previously instructed not to do so) and warns the user if it is not.
void CheckDefaultBrowser(Profile* profile);
- // Checks whether Chrome was auto-started at login.
- void CheckIfAutoLaunched(Profile* profile);
+ // Checks whether Chrome should show the 'Chrome was auto-started' infobar.
+ // Returns true if so.
+ bool CheckIfAutoLaunched(Profile* profile);
const FilePath cur_dir_;
const CommandLine& command_line_;