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

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

Side-by-side diff isn't available for this file because of its large size.
Issue 779093002: Add the Sync.PassphraseType histogram. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years 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/histograms.xml
diff --git a/tools/metrics/histograms/histograms.xml b/tools/metrics/histograms/histograms.xml
index 639fcfeec78f196096e33dc98fc1994970c5cf30..c87bc90cb8bbbc7e75a3e17c64ce38b5bca2821a 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -36511,6 +36511,13 @@ Therefore, the affected-histogram name has to have at least one dot in it.
</summary>
</histogram>
+<histogram name="Sync.PassphraseType" enum="SyncPassphraseType">
+ <owner>maxbogue@chromium.org</owner>
+ <summary>
+ The active sync passphrase type at sync startup, if encryption is active.
+ </summary>
+</histogram>
+
<histogram name="Sync.PasswordAssociationTime" units="milliseconds">
<owner>zea@chromium.org</owner>
<summary>
@@ -56203,6 +56210,13 @@ To add a new entry, add it with any value and run test to compute valid value.
<int value="3" label="Not migrated for an unknown reason"/>
</enum>
+<enum name="SyncPassphraseType" type="int">
+ <int value="0" label="IMPLICIT_PASSPHRASE"/>
+ <int value="1" label="KEYSTORE_PASSPHRASE"/>
+ <int value="2" label="FROZEN_IMPLICIT_PASSPHRASE"/>
+ <int value="3" label="CUSTOM_PASSPHRASE"/>
+</enum>
+
<enum name="SyncSimpleConflictResolutions" type="int">
<summary>
Sync simple conflict resolutions. The codes are listed in

Powered by Google App Engine
This is Rietveld 408576698