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

Unified Diff: extensions/browser/extension_event_histogram_value.h

Issue 1236493004: Final batch adding real histogram values for extension events. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: android compile Created 5 years, 5 months 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 | « extensions/browser/event_router.cc ('k') | extensions/browser/extensions_browser_client.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: extensions/browser/extension_event_histogram_value.h
diff --git a/extensions/browser/extension_event_histogram_value.h b/extensions/browser/extension_event_histogram_value.h
index 9057d6a2bb44536995df46a536358a08283ea802..92054c0919a6258e56120ecff0928a630315c446 100644
--- a/extensions/browser/extension_event_histogram_value.h
+++ b/extensions/browser/extension_event_histogram_value.h
@@ -360,6 +360,10 @@ enum HistogramValue {
CAST_CHANNEL_ON_ERROR,
SCREENLOCK_PRIVATE_ON_CHANGED,
SCREENLOCK_PRIVATE_ON_AUTH_ATTEMPTED,
+ TYPES_CHROME_SETTING_ON_CHANGE,
+ TYPES_PRIVATE_CHROME_DIRECT_SETTING_ON_CHANGE,
+ WEB_VIEW_INTERNAL_ON_MESSAGE, // TODO(kalman): where are the rest of the
+ // webview events?
// Last entry: Add new entries above, then run:
// python tools/metrics/histograms/update_extension_histograms.py
ENUM_BOUNDARY
« no previous file with comments | « extensions/browser/event_router.cc ('k') | extensions/browser/extensions_browser_client.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698