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

Unified Diff: chrome/tools/extract_actions.py

Issue 8822013: Adding ChromeOS Photo Editor user actions (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Updated a comment Created 9 years 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/tools/chromeactions.txt ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/tools/extract_actions.py
diff --git a/chrome/tools/extract_actions.py b/chrome/tools/extract_actions.py
index 09bab23dd1a0faafe0c00e7a4f4e4f1d4cd12c44..3f1db644504b0ff24abe27f91855bb042ff310ef 100755
--- a/chrome/tools/extract_actions.py
+++ b/chrome/tools/extract_actions.py
@@ -224,13 +224,15 @@ def AddChromeOSActions(actions):
actions.add('Cryptohome.PKCS11InitFail')
def AddExtensionActions(actions):
- """Add actions reported by extensions via chrome.experimental.metrics API.
+ """Add actions reported by extensions via chrome.metricsPrivate API.
Arguments:
actions: set of actions to add to.
"""
# Actions sent by Chrome OS File Browser.
actions.add('FileBrowser.CreateNewFolder')
+ actions.add('FileBrowser.PhotoEditor.Edit')
+ actions.add('FileBrowser.PhotoEditor.View')
def GrepForActions(path, actions):
"""Grep a source file for calls to UserMetrics functions.
« no previous file with comments | « chrome/tools/chromeactions.txt ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698