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

Unified Diff: chrome/tools/extract_actions.py

Issue 8537008: ChromeOS should record FileBrowser.CreateNewFolder.... events (Closed) Base URL: http://git.chromium.org/git/chromium.git@trunk
Patch Set: Created 9 years, 1 month 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 739e3ee6529ac9d6392f8b76d7bff118a0857bcf..342408fc2630e6a27b14b7327f6a30bc65edad95 100755
--- a/chrome/tools/extract_actions.py
+++ b/chrome/tools/extract_actions.py
@@ -223,6 +223,9 @@ def AddChromeOSActions(actions):
# Actions sent by Chrome OS cryptohome.
actions.add('Cryptohome.PKCS11InitFail')
+ # Actions sent by Chrome OS File Browser.
+ actions.add('FileBrowser.CreateNewFolder.hhaomjibdihmijegdhdafkllkbggdgoj')
Ilya Sherman 2011/11/11 23:39:20 Can this be named "FileBrowser.CreateNewFolder" in
Ilya Sherman 2011/11/11 23:39:20 Hmm, I'm confused. It looks like [1] calls metric
Vladislav Kaznacheev 2011/11/14 10:47:12 I should have mentioned one more CL (http://codere
Vladislav Kaznacheev 2011/11/14 10:47:12 My Javascript code uses chrome.experimental.metric
Ilya Sherman 2011/11/14 12:08:14 Ah, that makes more sense now. Thanks for the cla
Ilya Sherman 2011/11/14 12:08:14 Is the chrome.experimental.metrics API intended to
petkov 2011/11/14 14:03:09 jar@ should definitely take a look. I'd think that
+
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