summaryrefslogtreecommitdiffstats
path: root/chrome/tools/extract_actions.py
diff options
context:
space:
mode:
authorandybons@chromium.org <andybons@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-10-18 21:54:39 +0000
committerandybons@chromium.org <andybons@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-10-18 21:54:39 +0000
commitee2a79e9ed2339cb9548c43ae471b05d6418f2a7 (patch)
tree09a7e15a9dfe21277b8893f7fdb9ee6e71b973f2 /chrome/tools/extract_actions.py
parent89fb65a6f0f1b6981c26c9b9d05a02332f6ec6d7 (diff)
downloadchromium_src-ee2a79e9ed2339cb9548c43ae471b05d6418f2a7.zip
chromium_src-ee2a79e9ed2339cb9548c43ae471b05d6418f2a7.tar.gz
chromium_src-ee2a79e9ed2339cb9548c43ae471b05d6418f2a7.tar.bz2
o Update the mapping of action hashes to their appropriate identifiers.
o Update user_metrics.h to be more explicit about how to add metrics. o Update the some BookmarkBar metrics to fit on one line as is required by the script. BUG=59606 TEST=none Review URL: http://codereview.chromium.org/3815011 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@62982 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/tools/extract_actions.py')
-rwxr-xr-xchrome/tools/extract_actions.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/tools/extract_actions.py b/chrome/tools/extract_actions.py
index 3cb846f..a232449 100755
--- a/chrome/tools/extract_actions.py
+++ b/chrome/tools/extract_actions.py
@@ -160,7 +160,7 @@ def GrepForActions(path, actions):
"""
global number_of_files_total
number_of_files_total = number_of_files_total + 1
- # we look for the UserMetricsAction structur constructor
+ # we look for the UserMetricsAction structure constructor
# this should be on one line
action_re = re.compile(r'UserMetricsAction\("([^"]*)')
computed_action_re = re.compile(r'UserMetrics::RecordComputedAction')