diff options
author | kalman <kalman@chromium.org> | 2015-07-06 15:18:33 -0700 |
---|---|---|
committer | Commit bot <commit-bot@chromium.org> | 2015-07-06 22:20:13 +0000 |
commit | ef20c65b2dc4f91486f56f6a74d5df46062e9f1b (patch) | |
tree | 046463a99ecc895d0a5b347887eca10f18019c60 /extensions/browser/extension_event_histogram_value.h | |
parent | 4b46e72bba0a62e8a7b7720ec444fb7cb19c8653 (diff) | |
download | chromium_src-ef20c65b2dc4f91486f56f6a74d5df46062e9f1b.zip chromium_src-ef20c65b2dc4f91486f56f6a74d5df46062e9f1b.tar.gz chromium_src-ef20c65b2dc4f91486f56f6a74d5df46062e9f1b.tar.bz2 |
Second batch adding real histogram values for extension events.
BUG=503402
R=rdevlin.cronin@chromium.org, isherman@chromium.org
TBR=stevenjb@chromium.org,dmazzoni@chromium.org,ckehoe@chromium.org
Review URL: https://codereview.chromium.org/1221643019
Cr-Commit-Position: refs/heads/master@{#337495}
Diffstat (limited to 'extensions/browser/extension_event_histogram_value.h')
-rw-r--r-- | extensions/browser/extension_event_histogram_value.h | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/extensions/browser/extension_event_histogram_value.h b/extensions/browser/extension_event_histogram_value.h index 3375bfd..3bd4efc 100644 --- a/extensions/browser/extension_event_histogram_value.h +++ b/extensions/browser/extension_event_histogram_value.h @@ -344,6 +344,15 @@ enum HistogramValue { WINDOWS_ON_REMOVED, FILE_SYSTEM_PROVIDER_ON_EXECUTE_ACTION_REQUESTED, FILE_SYSTEM_PROVIDER_ON_GET_ACTIONS_REQUESTED, + LAUNCHER_SEARCH_PROVIDER_ON_QUERY_STARTED, + LAUNCHER_SEARCH_PROVIDER_ON_QUERY_ENDED, + LAUNCHER_SEARCH_PROVIDER_ON_OPEN_RESULT, + CHROME_WEB_VIEW_INTERNAL_ON_CLICKED, + WEB_VIEW_INTERNAL_CONTEXT_MENUS, + CONTEXT_MENUS, + TTS_ON_EVENT, + LAUNCHER_PAGE_ON_TRANSITION_CHANGED, + LAUNCHER_PAGE_ON_POP_SUBPAGE, // Last entry: Add new entries above, then run: // python tools/metrics/histograms/update_extension_histograms.py ENUM_BOUNDARY |