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

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

Issue 2165503002: Add UMA stats for storage manager for Chrome OS. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
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 66833848b583d96d40d4fe639131be39ade567d0..13c1695167db1771ea672adf1f9dddbef5e7b7ec 100644
--- a/tools/metrics/actions/actions.xml
+++ b/tools/metrics/actions/actions.xml
@@ -11571,6 +11571,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>
@@ -11636,6 +11641,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