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

Unified Diff: extensions/browser/extension_function_histogram_value.h

Issue 1810583003: [Extensions] Update extension function/event histogram values (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 9 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/extension_event_histogram_value.h ('k') | tools/metrics/histograms/histograms.xml » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 7ff3f55bcfcbae61fc1a09d008356eb56d50efc1..6eb5fadb8d12211a1dce6c841ef0c35f3bb3595d 100644
--- a/extensions/browser/extension_function_histogram_value.h
+++ b/extensions/browser/extension_function_histogram_value.h
@@ -509,8 +509,8 @@ enum HistogramValue {
DEVELOPERPRIVATE_LOADPROJECT,
COMMANDLINEPRIVATE_HASSWITCH,
NETWORKINGPRIVATE_GETMANAGEDPROPERTIES,
- LOCATION_WATCHLOCATION,
- LOCATION_CLEARWATCH,
+ DELETED_LOCATION_WATCHLOCATION,
+ DELETED_LOCATION_CLEARWATCH,
DELETED_BLUETOOTH_ADDPROFILE,
DELETED_BLUETOOTH_REMOVEPROFILE,
DELETED_BLUETOOTH_GETPROFILES,
@@ -640,8 +640,8 @@ enum HistogramValue {
WEBRTCLOGGINGPRIVATE_UPLOAD,
WEBRTCLOGGINGPRIVATE_DISCARD,
DELETED_WEBVIEW_OVERRIDEUSERAGENT,
- PRINCIPALSPRIVATE_SHOWAVATARBUBBLE,
- PRINCIPALSPRIVATE_SIGNOUT,
+ DELETED_PRINCIPALSPRIVATE_SHOWAVATARBUBBLE,
+ DELETED_PRINCIPALSPRIVATE_SIGNOUT,
CAST_CHANNEL_OPEN,
CAST_CHANNEL_SEND,
CAST_CHANNEL_CLOSE,
@@ -717,7 +717,7 @@ enum HistogramValue {
BOOKMARKMANAGERPRIVATE_UNDOINFO,
BOOKMARKMANAGERPRIVATE_REDOINFO,
MEDIAGALLERIES_ADDUSERSELECTEDFOLDER,
- PREFERENCESPRIVATE_GETSYNCCATEGORIESWITHOUTPASSPHRASE,
+ DELETED_PREFERENCESPRIVATE_GETSYNCCATEGORIESWITHOUTPASSPHRASE,
DELETED_READINGLISTPRIVATE_ADDENTRY,
DELETED_READINGLISTPRIVATE_REMOVEENTRY,
DELETED_READINGLISTPRIVATE_GETENTRIES,
« no previous file with comments | « extensions/browser/extension_event_histogram_value.h ('k') | tools/metrics/histograms/histograms.xml » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698