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

Unified Diff: chrome/browser/chromeos/login/screens/update_screen.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
« no previous file with comments | « no previous file | chrome/browser/chromeos/login/screens/update_screen.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/chromeos/login/screens/update_screen.h
diff --git a/chrome/browser/chromeos/login/screens/update_screen.h b/chrome/browser/chromeos/login/screens/update_screen.h
index a03787dea330ebf3971d040ebea52c881c5a5fa2..15e3dd2864063edcdb95bd5522c7e27592fced6b 100644
--- a/chrome/browser/chromeos/login/screens/update_screen.h
+++ b/chrome/browser/chromeos/login/screens/update_screen.h
@@ -126,18 +126,6 @@ class UpdateScreen : public BaseScreen,
// The user requested an attempt to connect to the network should be made.
void OnConnectRequested();
- // Records the fact that we performed an update check but do not yet
- // know if this update check is going to result in an update.
- void RecordUpdateCheckWithNoUpdateYet();
-
- // When an update is found, this is called to clear the time of update check
- // which had saved when we did not yet know whether it would result in an
- // update.
- void ClearUpdateCheckNoUpdateTime();
-
- // Returns true if we should check for an update.
- bool ShouldCheckForUpdate();
-
// Timer for the interval to wait for the reboot.
// If reboot didn't happen - ask user to reboot manually.
base::OneShotTimer reboot_timer_;
« no previous file with comments | « no previous file | chrome/browser/chromeos/login/screens/update_screen.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698