Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1029)

Unified Diff: chrome/browser/chromeos/login/startup_utils.h

Issue 2952083002: Remove unnecessary logic from UpdateScreen (Closed)
Patch Set: Created 3 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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 426eb4a9119f049e141035b515d218179bd2f8f1..1f9778d1e11ee20d9db9454ddf2c8167d10dbe23 100644
--- a/chrome/browser/chromeos/login/startup_utils.h
+++ b/chrome/browser/chromeos/login/startup_utils.h
@@ -12,7 +12,6 @@
class PrefRegistrySimple;
namespace base {
-class Time;
class TimeDelta;
}
@@ -60,15 +59,6 @@ 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);
-
- // Clears the update check time which was previously saved.
- static void ClearTimeOfLastUpdateCheckWithoutUpdate();
-
- // 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);
};
« no previous file with comments | « chrome/browser/chromeos/login/screens/update_screen_unittest.cc ('k') | chrome/browser/chromeos/login/startup_utils.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698