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

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

Issue 211543008: Show a modified outdated upgrade Bubble for non-enterprise users without auto-update (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Shot in the dark to try and prevent Mac crashes... Created 6 years, 9 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:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « chrome/common/pref_names.cc ('k') | tools/metrics/histograms/histograms.xml » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/metrics/actions/actions.xml
diff --git a/tools/metrics/actions/actions.xml b/tools/metrics/actions/actions.xml
index b9e202e34a34ab3ba13e2323c8dc83a088d2d475..b424cfa8d1b9ad993be2c5aca4867c8170daaa98 100644
--- a/tools/metrics/actions/actions.xml
+++ b/tools/metrics/actions/actions.xml
@@ -8676,19 +8676,40 @@ should be able to be added at any place in this file.
<description>Please enter the description of this user action.</description>
</action>
+<action name="OutdatedUpgradeBubble.EnableAU">
+ <owner>mad@chromium.org</owner>
+ <description>
+ When the user clicks on the Enable updates button of the outdated upgrade
+ bubble.
+ </description>
+</action>
+
<action name="OutdatedUpgradeBubble.Later">
- <owner>Please list the metric's owners. Add more owner tags as needed.</owner>
- <description>Please enter the description of this user action.</description>
+ <owner>mad@chromium.org</owner>
+ <description>
+ When the user clicks on the Later button of the outdated upgrade bubble.
+ </description>
</action>
<action name="OutdatedUpgradeBubble.Reinstall">
- <owner>Please list the metric's owners. Add more owner tags as needed.</owner>
- <description>Please enter the description of this user action.</description>
+ <owner>mad@chromium.org</owner>
+ <description>
+ When the user clicks on the Reinstall button of the outdated upgrade bubble.
+ </description>
</action>
<action name="OutdatedUpgradeBubble.Show">
- <owner>Please list the metric's owners. Add more owner tags as needed.</owner>
- <description>Please enter the description of this user action.</description>
+ <owner>mad@chromium.org</owner>
+ <description>
+ When the outdated upgrade bubble is shown for a user with auto-update on.
+ </description>
+</action>
+
+<action name="OutdatedUpgradeBubble.ShowNoAU">
+ <owner>mad@chromium.org</owner>
+ <description>
+ When the outdated upgrade bubble is shown for a user with auto-update off.
+ </description>
</action>
<action name="Outdent">
« no previous file with comments | « chrome/common/pref_names.cc ('k') | tools/metrics/histograms/histograms.xml » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698