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

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

Issue 667873002: Add UMA to hotword trigger extension. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Remove incorrect log for message timeout. Created 6 years, 2 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/actions.xml ('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 d30c8a89ec6ced752aac658750fd7c390c9dbbdb..9bcfb2c9f239e06d9d7c1b5028dfc5bc152b4355 100755
--- a/tools/metrics/actions/extract_actions.py
+++ b/tools/metrics/actions/extract_actions.py
@@ -407,6 +407,9 @@ def AddExtensionActions(actions):
actions.add('ConnectivityDiagnostics.UA.TestResultExpanded')
actions.add('ConnectivityDiagnostics.UA.TestSuiteRun')
+ # Actions sent by 'Ok Google' Hotwording.
+ actions.add('Hotword.HotwordTrigger')
+
def GrepForActions(path, actions):
"""Grep a source file for calls to UserMetrics functions.
« no previous file with comments | « tools/metrics/actions/actions.xml ('k') | tools/metrics/histograms/histograms.xml » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698