| Index: chrome/browser/chromeos/login/login_wizard.h
|
| diff --git a/chrome/browser/chromeos/login/login_wizard.h b/chrome/browser/chromeos/login/login_wizard.h
|
| index b0c99b2214ed063ff3f5207e28fcd0216440f0a6..dd052672a40164d4661eaece99f344a7125d62b3 100644
|
| --- a/chrome/browser/chromeos/login/login_wizard.h
|
| +++ b/chrome/browser/chromeos/login/login_wizard.h
|
| @@ -13,8 +13,8 @@ class Size;
|
|
|
| namespace chromeos {
|
|
|
| -// Shows the Login Wizard.
|
| -void ShowLoginWizard(const std::string& start_screen, const gfx::Size& size);
|
| +// Shows the Chrome OS out-of-box / login UI.
|
| +void ShowLoginWizard(const std::string& start_screen);
|
|
|
| } // namespace chromeos
|
|
|
|
|