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.""" |