| 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;
|
|
|
|
|