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

Unified Diff: chrome/browser/chromeos/login/screens/screen_exit_code.h

Issue 2870203003: Make Hands-Off Zero-Touch Enrollment compatibile with tests (Closed)
Patch Set: Make Hands-Off Zero-Touch Enrollment compatibile with tests Created 3 years, 7 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/screens/screen_exit_code.h
diff --git a/chrome/browser/chromeos/login/screens/screen_exit_code.h b/chrome/browser/chromeos/login/screens/screen_exit_code.h
index 0f4db28e9c5cf62069ba57edff8c745306f14c70..f8e1fe262602a1c6196f96d7cbc8334c1069f349 100644
--- a/chrome/browser/chromeos/login/screens/screen_exit_code.h
+++ b/chrome/browser/chromeos/login/screens/screen_exit_code.h
@@ -25,6 +25,9 @@ enum class ScreenExitCode {
// Connection failed while trying to load a WebPageScreen.
CONNECTION_FAILED = 2,
UPDATE_INSTALLED = 3,
+ // Despite the name, this exit code means EITHER that there was no update,
+ // OR that there was an update, but that it was not a "critical" update.
+ // "Critical" updates are those which require the device to reboot.
xiyuan 2017/05/15 17:24:22 nit: "Critical" updates are those that *have a dea
kumarniranjan 2017/05/15 22:08:21 Done.
UPDATE_NOUPDATE = 4,
UPDATE_ERROR_CHECKING_FOR_UPDATE = 5,
UPDATE_ERROR_UPDATING = 6,

Powered by Google App Engine
This is Rietveld 408576698