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

Unified Diff: tools/metrics/actions/extract_actions.py

Issue 150573004: UMA histrograms to track MW support (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: removed MobileMultiWindowCapableSession, clarified description for MobileMultiWindowSession Created 6 years, 10 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 | « tools/metrics/actions/chromeactions.txt ('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/extract_actions.py
diff --git a/tools/metrics/actions/extract_actions.py b/tools/metrics/actions/extract_actions.py
index 11a2e0018fe3d670569b51dc06b206fba89f110f..42fd74845675a13c244ae20aa3aebea564afbf7e 100755
--- a/tools/metrics/actions/extract_actions.py
+++ b/tools/metrics/actions/extract_actions.py
@@ -258,6 +258,7 @@ def AddAndroidActions(actions):
actions.add('MobileMenuSettings')
actions.add('MobileMenuShare')
actions.add('MobileMenuShow')
+ actions.add('MobileMWSession')
actions.add('MobileNTPBookmark')
actions.add('MobileNTPForeignSession')
actions.add('MobileNTPMostVisited')
« no previous file with comments | « tools/metrics/actions/chromeactions.txt ('k') | tools/metrics/histograms/histograms.xml » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698