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

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

Side-by-side diff isn't available for this file because of its large size.
Issue 1505913003: Add update menu item and app menu icon badge (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rearrange field_trial.. again to facilitate command line testing Created 5 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 | « testing/variations/fieldtrial_testing_config_android.json ('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 60efda1527688578c7e59a5e99368e2cce45e0c7..e4446e7ff1e940fc6bd5b99c30f04d3f71e0eba8 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -14767,6 +14767,24 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
</summary>
</histogram>
+<histogram name="GoogleUpdate.MenuItem.ActionTakenAfterItemClicked"
+ enum="GoogleUpdateAfterItemClickedActions">
+ <owner>twellington@chromium.org</owner>
+ <summary>
+ (Android-only) Records whether Chrome was updated after the update menu item
+ was clicked.
+ </summary>
+</histogram>
+
+<histogram name="GoogleUpdate.MenuItem.ActionTakenOnMenuOpen"
+ enum="GoogleUpdateMenuItemActions">
+ <owner>twellington@chromium.org</owner>
+ <summary>
+ (Android-only) Records whether the update menu item was clicked when the app
+ menu was opened.
+ </summary>
+</histogram>
+
<histogram name="GoogleUpdate.UnexpectedState">
<owner>grt@chromium.org</owner>
<summary>
@@ -65754,6 +65772,11 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
<int value="13" label="WEB_LOGIN_REQUIRED"/>
</enum>
+<enum name="GoogleUpdateAfterItemClickedActions" type="int">
+ <int value="0" label="Updated"/>
+ <int value="1" label="Not updated"/>
+</enum>
+
<enum name="GoogleUpdateErrorCode" type="int">
<int value="0" label="GOOGLE_UPDATE_NO_ERROR"/>
<int value="1" label="CANNOT_UPGRADE_CHROME_IN_THIS_DIRECTORY"/>
@@ -65774,6 +65797,12 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
<int value="3" label="InfoBar dismissed implicitly (no interaction)"/>
</enum>
+<enum name="GoogleUpdateMenuItemActions" type="int">
+ <int value="0" label="Not clicked"/>
+ <int value="1" label="Clicked, intent launched"/>
+ <int value="2" label="Clicked, intent failed"/>
+</enum>
+
<enum name="GoogleUpdateUpgradeStatus" type="int">
<int value="0" label="UPGRADE_STARTED"/>
<int value="1" label="UPGRADE_CHECK_STARTED"/>
« no previous file with comments | « testing/variations/fieldtrial_testing_config_android.json ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698