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

Unified Diff: chrome/browser/extensions/extension_function_histogram_value.h

Issue 21854002: Remove experimental.record api completely (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 7 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
Index: chrome/browser/extensions/extension_function_histogram_value.h
diff --git a/chrome/browser/extensions/extension_function_histogram_value.h b/chrome/browser/extensions/extension_function_histogram_value.h
index 327972f0fc1efce1fac94901c8eddcdd053a6ce8..d494cd4588d5c94b9053ec98357c320dd4b13a66 100644
--- a/chrome/browser/extensions/extension_function_histogram_value.h
+++ b/chrome/browser/extensions/extension_function_histogram_value.h
@@ -240,7 +240,7 @@ enum HistogramValue {
BOOKMARKS_GETTREE,
FILEBROWSERPRIVATE_SELECTFILES,
RUNTIME_GETBACKGROUNDPAGE,
- EXPERIMENTAL_RECORD_REPLAYURLS,
+ DELETED_EXPERIMENTAL_RECORD_REPLAYURLS,
WEBSTOREPRIVATE_COMPLETEINSTALL,
DELETED_EXPERIMENTAL_SPEECHINPUT_START,
COOKIES_GETALL,
@@ -410,7 +410,7 @@ enum HistogramValue {
CONTEXTMENUS_CREATE,
MEDIAPLAYERPRIVATE_GETPLAYLIST,
DOWNLOADS_ERASE,
- EXPERIMENTAL_RECORD_CAPTUREURLS,
+ DELETED_EXPERIMENTAL_RECORD_CAPTUREURLS,
TTS_ISSPEAKING,
BOOKMARKS_REMOVETREE,
FILEBROWSERPRIVATE_SEARCHDRIVE,

Powered by Google App Engine
This is Rietveld 408576698