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

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

Issue 2175533002: Add UMA stats for storage manager for Chrome OS. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@2785
Patch Set: Created 4 years, 5 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/resources/options/chromeos/storage_manager.js ('k') | no next file » | 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 7d12e36f481bc7ed7f2bfec53e1b296eaecccfe7..90a4e6413ed8b238f7c759db8b0855f7c68729b8 100644
--- a/tools/metrics/actions/actions.xml
+++ b/tools/metrics/actions/actions.xml
@@ -11522,6 +11522,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="Options_ShowStorageManager">
+ <owner>fukino@chromium.org</owner>
+ <description>Settings: Storage management</description>
+</action>
+
<action name="Options_ShowSyncAdvanced">
<owner>stevenjb@chromium.org</owner>
<description>Settings: Show advanced sync settings</description>
@@ -11587,6 +11592,31 @@ 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="Options_StorageOpenAccounts">
+ <owner>fukino@chromium.org</owner>
+ <description>Settings: Storage management: Other users</description>
+</action>
+
+<action name="Options_StorageOpenAndroidStorage">
+ <owner>fukino@chromium.org</owner>
+ <description>Settings: Storage management: Android storage</description>
+</action>
+
+<action name="Options_StorageOpenClearBrowsingData">
+ <owner>fukino@chromium.org</owner>
+ <description>Settings: Storage management: Browsing data</description>
+</action>
+
+<action name="Options_StorageOpenClearDriveCache">
+ <owner>fukino@chromium.org</owner>
+ <description>Settings: Storage management: Offline files</description>
+</action>
+
+<action name="Options_StorageOpenDownloads">
+ <owner>fukino@chromium.org</owner>
+ <description>Settings: Storage management: Downloads</description>
+</action>
+
<action name="Options_SupervisedUsers_Disable">
<owner>stevenjb@chromium.org</owner>
<description>Settings: Users: Disable supervised users</description>
« no previous file with comments | « chrome/browser/resources/options/chromeos/storage_manager.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698