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

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

Issue 1305453002: Add UMA stats for Chromoting connection details. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Add Chromoting actions to actions.xml. Fix durations calculations. Created 5 years, 4 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
Index: tools/metrics/actions/extract_actions.py
diff --git a/tools/metrics/actions/extract_actions.py b/tools/metrics/actions/extract_actions.py
index 218c8f2afd2e26b6d7e9d345c651543859422a11..925da4aa6b72b7cfd63f92629d0f7f208b635445 100755
--- a/tools/metrics/actions/extract_actions.py
+++ b/tools/metrics/actions/extract_actions.py
@@ -315,6 +315,13 @@ def AddExtensionActions(actions):
# Actions sent by 'Ok Google' Hotwording.
actions.add('Hotword.HotwordTrigger')
+ # Actions sent by the Chrome Remote Desktop extension.
+ actions.add('Chromoting.Connections.Authenticated')
+ actions.add('Chromoting.Connections.Closed')
+ actions.add('Chromoting.Connections.Connected')
+ actions.add('Chromoting.Connections.Connecting')
+ actions.add('Chromoting.Connections.Dropped')
+
class InvalidStatementException(Exception):
"""Indicates an invalid statement was found."""

Powered by Google App Engine
This is Rietveld 408576698