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

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

Issue 5291010: [cros] Make sure that update screen will be skipped when shortcut is pressed. (Closed) Base URL: svn://svn.chromium.org/chrome/branches/552d/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
===================================================================
--- chrome/browser/chromeos/login/update_screen.h (revision 67705)
+++ chrome/browser/chromeos/login/update_screen.h (working copy)
@@ -36,7 +36,10 @@
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