| 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 637c23e8bd517f6183c73c7c1f53b9fb324eb882..a4507e7db6e807003f9433bbe82cf69a5c3c1132 100644
|
| --- a/chrome/browser/chromeos/login/startup_utils.h
|
| +++ b/chrome/browser/chromeos/login/startup_utils.h
|
| @@ -11,6 +11,10 @@
|
|
|
| class PrefRegistrySimple;
|
|
|
| +namespace base {
|
| +class TimeDelta;
|
| +}
|
| +
|
| namespace chromeos {
|
|
|
| // Static utility methods used at startup time to get/change bits of device
|
| @@ -32,6 +36,9 @@ class StartupUtils {
|
| // Stores the next pending OOBE screen in case it will need to be resumed.
|
| static void SaveOobePendingScreen(const std::string& screen);
|
|
|
| + // Returns the time since the Oobe flag file was created.
|
| + static base::TimeDelta GetTimeSinceOobeFlagFileCreation();
|
| +
|
| // Returns device registration completion status, i.e. second part of OOBE.
|
| static bool IsDeviceRegistered();
|
|
|
|
|