Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(6831)

Unified Diff: chrome/browser/ui/browser_init.h

Issue 8969024: Make sure the Autolaunch infobar... (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 9 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: chrome/browser/ui/browser_init.h
===================================================================
--- chrome/browser/ui/browser_init.h (revision 114621)
+++ chrome/browser/ui/browser_init.h (working copy)
@@ -227,8 +227,9 @@
// 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_;

Powered by Google App Engine
This is Rietveld 408576698