summaryrefslogtreecommitdiff
path: root/chromium/chrome/browser/ui/webui/chromeos/assistant_optin/assistant_optin_utils.h
diff options
context:
space:
mode:
Diffstat (limited to 'chromium/chrome/browser/ui/webui/chromeos/assistant_optin/assistant_optin_utils.h')
-rw-r--r--chromium/chrome/browser/ui/webui/chromeos/assistant_optin/assistant_optin_utils.h22
1 files changed, 11 insertions, 11 deletions
diff --git a/chromium/chrome/browser/ui/webui/chromeos/assistant_optin/assistant_optin_utils.h b/chromium/chrome/browser/ui/webui/chromeos/assistant_optin/assistant_optin_utils.h
index 01f918cbd65..f5013d204dd 100644
--- a/chromium/chrome/browser/ui/webui/chromeos/assistant_optin/assistant_optin_utils.h
+++ b/chromium/chrome/browser/ui/webui/chromeos/assistant_optin/assistant_optin_utils.h
@@ -20,17 +20,17 @@ namespace chromeos {
// histogram and should be treated as append-only.
enum AssistantOptInFlowStatus {
FLOW_STARTED = 0,
- ACTIVITY_CONTROL_SHOWN,
- ACTIVITY_CONTROL_ACCEPTED,
- ACTIVITY_CONTROL_SKIPPED,
- THIRD_PARTY_SHOWN,
- THIRD_PARTY_CONTINUED,
- GET_MORE_SHOWN,
- EMAIL_OPTED_IN,
- EMAIL_OPTED_OUT,
- GET_MORE_CONTINUED,
- READY_SCREEN_SHOWN,
- READY_SCREEN_CONTINUED,
+ ACTIVITY_CONTROL_SHOWN = 1,
+ ACTIVITY_CONTROL_ACCEPTED = 2,
+ ACTIVITY_CONTROL_SKIPPED = 3,
+ THIRD_PARTY_SHOWN = 4,
+ THIRD_PARTY_CONTINUED = 5,
+ GET_MORE_SHOWN = 6,
+ EMAIL_OPTED_IN = 7,
+ EMAIL_OPTED_OUT = 8,
+ GET_MORE_CONTINUED = 9,
+ READY_SCREEN_SHOWN = 10,
+ READY_SCREEN_CONTINUED = 11,
// Magic constant used by the histogram macros.
kMaxValue = READY_SCREEN_CONTINUED
};