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/update_screen.h

Issue 5366004: [cros] Make sure that update screen will be skipped when shortcut is pressed. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 10 years, 1 month 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/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/update_screen.h
diff --git a/chrome/browser/chromeos/login/update_screen.h b/chrome/browser/chromeos/login/update_screen.h
index 5741c5ebfec1b9e02e9e0912fc13c549fc0c1a5d..6451938a214d7493eb9cdfe1d470f8943b7a999e 100644
--- a/chrome/browser/chromeos/login/update_screen.h
+++ b/chrome/browser/chromeos/login/update_screen.h
@@ -36,7 +36,10 @@ class UpdateScreen: public DefaultViewScreen<chromeos::UpdateView>,
virtual void CancelUpdate();
// Reports update results to the ScreenObserver.
- virtual void ExitUpdate();
+ // |forced| should be set to true when calling this method and update status
+ // is not one of UPDATE_STATUS_IDLE, UPDATE_STATUS_ERROR,
+ // UPDATE_STATUS_REPORTING_ERROR_EVENT.
+ virtual void ExitUpdate(bool forced);
// Maximal curtain time get/set, in seconds.
int maximal_curtain_time() const { return maximal_curtain_time_; }
« no previous file with comments | « no previous file | chrome/browser/chromeos/login/update_screen.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698