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

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

Side-by-side diff isn't available for this file because of its large size.
Issue 2450353003: android: Histogram for the GSA account change broacast mechanism. (Closed)
Patch Set: Created 4 years, 1 month 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 | « chrome/android/java/src/org/chromium/chrome/browser/gsa/GSAAccountChangeListener.java ('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 2b78b57ecd7e2c45a0572fd2689cf6b438bad4fb..54064456a99ca4905d3204df2500488f5751277a 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -56106,6 +56106,15 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
</summary>
</histogram>
+<histogram name="Search.GsaBroadcastsAccountChanges"
+ enum="BooleanAccountChange">
+ <owner>lizeb@chromium.org</owner>
+ <summary>
+ On Android, whether GSA tells Chrome about account changes through the
+ service or through a broadcast. This is reported once per Chrome startup.
Ilya Sherman 2016/10/28 02:08:27 nit: once, or at most once, per startup?
Benoit L 2016/11/02 09:47:32 Done.
+ </summary>
+</histogram>
+
<histogram name="Search.MigratedPrefToDictionaryValue" enum="BooleanHit">
<owner>caitkp@chromium.org</owner>
<summary>
@@ -74506,6 +74515,11 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
<int value="1" label="Accepted"/>
</enum>
+<enum name="BooleanAccountChange" type="int">
+ <int value="0" label="Service"/>
+ <int value="1" label="Broadcast"/>
+</enum>
+
<enum name="BooleanActivation" type="int">
<int value="0" label="Deactivated"/>
<int value="1" label="Activated"/>
« no previous file with comments | « chrome/android/java/src/org/chromium/chrome/browser/gsa/GSAAccountChangeListener.java ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698