| 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 a5b991f8670204bfb94aba1d55c056a97ef7dc5a..77aa2dfea01547d4b04f6788c805fb50a59f14b3 100644
|
| --- a/chrome/browser/chromeos/login/startup_utils.h
|
| +++ b/chrome/browser/chromeos/login/startup_utils.h
|
| @@ -59,6 +59,12 @@ class StartupUtils {
|
| // Sets initial locale in local settings.
|
| static void SetInitialLocale(const std::string& locale);
|
|
|
| + // Saves the time of the last update check which did not result in any update.
|
| + static void SaveTimeOfLastUpdateCheckWithoutUpdate(base::Time time);
|
| +
|
| + // Returns the time of the last update check which did not lead to an update.
|
| + static base::Time GetTimeOfLastUpdateCheckWithoutUpdate();
|
| +
|
| // Registers OOBE preferences.
|
| static void RegisterPrefs(PrefRegistrySimple* registry);
|
| };
|
|
|