| Index: chrome/browser/chromeos/login/startup_utils.h
|
| diff --git a/chrome/browser/chromeos/login/startup_utils.h b/chrome/browser/chromeos/login/startup_utils.h
|
| index b9dd47a46d6753250a40b022c2b16b7ce757fb13..0a681c7e51c41dd9bb3ac61a0e7ce9f38dde4ccc 100644
|
| --- a/chrome/browser/chromeos/login/startup_utils.h
|
| +++ b/chrome/browser/chromeos/login/startup_utils.h
|
| @@ -47,12 +47,6 @@ class StartupUtils {
|
| // Sets initial locale in local settings.
|
| static void SetInitialLocale(const std::string& locale);
|
|
|
| - // Returns true if it is allowed to activate the new version of OOBE.
|
| - static bool IsNewOobeAllowed();
|
| -
|
| - // Returns true if the new version of OOBE has been activated.
|
| - static bool IsNewOobeActivated();
|
| -
|
| // Returns true if it is allowed to activate webview based signin flow.
|
| static bool IsWebviewSigninAllowed();
|
|
|
|
|