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

Unified Diff: chrome/browser/chromeos/reset/metrics.h

Issue 491263002: UI flow rework for device reset options. Reset made available from gaia screen. Tests adapted. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 4 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/reset/metrics.h
diff --git a/chrome/browser/chromeos/reset/metrics.h b/chrome/browser/chromeos/reset/metrics.h
index 44f848d651d4cdd28179acbdd5636195d858a148..777b6e0d7cded00d9a413c05e639dd9aea88852d 100644
--- a/chrome/browser/chromeos/reset/metrics.h
+++ b/chrome/browser/chromeos/reset/metrics.h
@@ -13,16 +13,19 @@ enum DialogViewType {
// User invoked the dialog from options page.
DIALOG_FROM_OPTIONS,
+ // Invoked with shortcut. Requesting restart form.
+ DIALOG_SHORTCUT_RESTART_REQUIRED,
Dmitry Polukhin 2014/08/22 07:58:23 It seems that it is structure that is used in UMA
merkulova 2014/08/22 09:46:46 Done.
+
// Invoked with shortcut. Confirming form for powerwash.
DIALOG_SHORTCUT_CONFIRMING_POWERWASH_ONLY,
// Invoked with shortcut. Confirming form for powerwash and rollback.
DIALOG_SHORTCUT_CONFIRMING_POWERWASH_AND_ROLLBACK,
- // Invoked with shortcut. Offering form, rollback checkbox unavailable.
+ // Invoked with shortcut. Offering form, rollback option set.
DIALOG_SHORTCUT_OFFERING_ROLLBACK_UNAVAILABLE,
- // Invoked with shortcut. Offering form, rollback checkbox available.
+ // Invoked with shortcut. Offering form, rollback option not set.
DIALOG_SHORTCUT_OFFERING_ROLLBACK_AVAILABLE,
// Must be last enum element.

Powered by Google App Engine
This is Rietveld 408576698