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

Unified Diff: extensions/browser/extension_function_histogram_value.h

Issue 1201063002: Set up the infrastructure for Extension event metrics. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebaaaaase Created 5 years, 6 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
Index: extensions/browser/extension_function_histogram_value.h
diff --git a/extensions/browser/extension_function_histogram_value.h b/extensions/browser/extension_function_histogram_value.h
index 98e6850a7c802197f115641a81b0aaffe0918860..d5573bcf9a23c38add27350614efdd246ba61736 100644
--- a/extensions/browser/extension_function_histogram_value.h
+++ b/extensions/browser/extension_function_histogram_value.h
@@ -1118,8 +1118,8 @@ enum HistogramValue {
HID_GETUSERSELECTEDDEVICES,
FILESYSTEMPROVIDERINTERNAL_GETACTIONSREQUESTEDSUCCESS,
WEBSTOREPRIVATE_SHOWPERMISSIONPROMPTFORDELEGATEDBUNDLEINSTALL,
- // Last entry: Add new entries above and ensure to update
- // tools/metrics/histograms/histograms.xml.
+ // 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/extension_event_histogram_value.h ('k') | extensions/shell/browser/shell_extensions_browser_client.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698