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

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

Side-by-side diff isn't available for this file because of its large size.
Issue 2638653005: android: Record the source of account change notifications from GSA. (Closed)
Patch Set: Add OWNERS file, per tedchoc's suggestion. Created 3 years, 11 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
« no previous file with comments | « chrome/android/java/src/org/chromium/chrome/browser/gsa/OWNERS ('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 5ff826f91882fdafd855d07aba96a376fed17b42..d052a995b1dc14f14b576c5d1cd19ca09ab6cb15 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -59122,6 +59122,16 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
</summary>
</histogram>
+<histogram name="Search.GsaAccountChangeNotificationSource"
+ enum="GsaAccountChangeNotificationSource">
+ <owner>lizeb@chromium.org</owner>
+ <summary>
+ On Android, when GSA tells Chrome about an account change, what is the
+ notification mechanism used, which is either the service connection, or a
+ broadcast. Recorded once per account change.
+ </summary>
+</histogram>
+
<histogram name="Search.GsaBroadcastsAccountChanges"
enum="BooleanAccountChange">
<owner>lizeb@chromium.org</owner>
@@ -91416,6 +91426,11 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
</int>
</enum>
+<enum name="GsaAccountChangeNotificationSource" type="int">
+ <int value="0" label="Service"/>
+ <int value="1" label="Broadcast"/>
+</enum>
+
<enum name="GzipEncodingFixupResult" type="int">
<int value="0" label="Gzip encoding left as-is"/>
<int value="1" label="MIME type indicated GZIP content"/>
« no previous file with comments | « chrome/android/java/src/org/chromium/chrome/browser/gsa/OWNERS ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698