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

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

Issue 2096363003: [ImportantSites] Adding usage metrics. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Switched percent to be out of 20 Created 4 years, 6 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/browser/android/preferences/pref_service_bridge.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 a4f26ab5bd26ddcd14c58d3f2eabd1e3dbf8a1ad..7d30bdb5415fef23e55ac8038b00bd3abe6f7ff0 100644
--- a/tools/metrics/actions/actions.xml
+++ b/tools/metrics/actions/actions.xml
@@ -900,6 +900,14 @@ should be able to be added at any place in this file.
</description>
</action>
+<action name="Android.ManageSpace">
+ <owner>dmurph@chromium.org</owner>
+ <description>
+ User navigated to 'Manage Space' for Chrome from the 'Apps' category in
+ Android settings.
+ </description>
+</action>
+
<action name="Android.MultiWindowMode.Enter">
<owner>twellington@chromium.org</owner>
<description>The activity entered Android N multi-window mode.</description>
@@ -2341,6 +2349,11 @@ 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="ClearBrowsingData_DialogCreated">
+ <owner>dmurph@chromium.org</owner>
+ <description>Clear browsing data screen is shown to the user.</description>
+</action>
+
<action name="ClearBrowsingData_Downloads">
<owner>Please list the metric's owners. Add more owner tags as needed.</owner>
<description>Please enter the description of this user action.</description>
@@ -9182,6 +9195,14 @@ 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="MobileSettingsStorageClearAll">
+ <owner>dmurph@chromium.org</owner>
+ <description>
+ User clicked on the 'Clear All' button in the Storage section of sites
+ settings.
+ </description>
+</action>
+
<action name="MobileShortcutAllBookmarks">
<owner>Please list the metric's owners. Add more owner tags as needed.</owner>
<description>Please enter the description of this user action.</description>
« no previous file with comments | « chrome/browser/android/preferences/pref_service_bridge.cc ('k') | tools/metrics/histograms/histograms.xml » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698