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. |