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

Unified Diff: chrome/browser/chromeos/login/login_utils.h

Issue 10383114: Rename BrowserInit to StartupBrowserCreator, and move into startup subdir. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 8 years, 7 months 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
« no previous file with comments | « chrome/browser/chrome_browser_main.cc ('k') | chrome/browser/chromeos/login/login_utils.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/chromeos/login/login_utils.h
===================================================================
--- chrome/browser/chromeos/login/login_utils.h (revision 136345)
+++ chrome/browser/chromeos/login/login_utils.h (working copy)
@@ -47,9 +47,9 @@
virtual ~LoginUtils() {}
- // Thin wrapper around BrowserInit::LaunchBrowser(). Meant to be used in a
- // Task posted to the UI thread. Once the browser is launched the login
- // host is deleted.
+ // Thin wrapper around StartupBrowserCreator::LaunchBrowser(). Meant to be
+ // used in a Task posted to the UI thread. Once the browser is launched the
+ // login host is deleted.
virtual void DoBrowserLaunch(Profile* profile,
LoginDisplayHost* login_host) = 0;
« no previous file with comments | « chrome/browser/chrome_browser_main.cc ('k') | chrome/browser/chromeos/login/login_utils.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698