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

Unified Diff: tools/metrics/histograms/enums.xml

Issue 2949243004: Distinguish G Suite accounts from regular gmail/googlemail accounts (Closed)
Patch Set: Rebase Created 3 years, 6 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:
Download patch
Index: tools/metrics/histograms/enums.xml
diff --git a/tools/metrics/histograms/enums.xml b/tools/metrics/histograms/enums.xml
index 4952d9a7239ffb108cb7992456ec52968161acb2..2437d1a4651a9b203cef407c2116a3b3ce4fbbcd 100644
--- a/tools/metrics/histograms/enums.xml
+++ b/tools/metrics/histograms/enums.xml
@@ -28568,6 +28568,13 @@ from previous Chrome versions.
<int value="14" label="URL not valid for reputation computing"/>
</enum>
+<enum name="PasswordProtectionSyncAccountType">
+ <int value="0" label="Not signed in"/>
+ <int value="1" label="@gmail.com"/>
+ <int value="2" label="@google.com"/>
+ <int value="3" label="dasher account"/>
+</enum>
+
<enum name="PasswordProtectionVerdict">
<int value="0" label="Verdict not specified"/>
<int value="1" label="Safe"/>

Powered by Google App Engine
This is Rietveld 408576698