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

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: Address comments. 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
« no previous file with comments | « sync/internal_api/sync_encryption_handler_impl.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/metrics/histograms/histograms.xml
diff --git a/tools/metrics/histograms/histograms.xml b/tools/metrics/histograms/histograms.xml
index 639fcfeec78f196096e33dc98fc1994970c5cf30..1952bf3608d1517c17c5548cf56daad984f535dd 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -36511,6 +36511,11 @@ 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.</summary>
+</histogram>
+
<histogram name="Sync.PasswordAssociationTime" units="milliseconds">
<owner>zea@chromium.org</owner>
<summary>
@@ -56203,6 +56208,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
« no previous file with comments | « sync/internal_api/sync_encryption_handler_impl.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698