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

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

Issue 2949243004: Distinguish G Suite accounts from regular gmail/googlemail accounts (Closed)
Patch Set: nits 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 2de515aeb0fa073b281477a97865fb659be0b89a..992bd4a71b74fd30cd0769490cfee129aa21278e 100644
--- a/tools/metrics/histograms/enums.xml
+++ b/tools/metrics/histograms/enums.xml
@@ -28583,6 +28583,12 @@ 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 or @googlemail.com"/>
+ <int value="2" label="G Suite 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