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

Unified Diff: extensions/browser/extension_function_histogram_value.h

Issue 1688333002: Deleting chrome.searchEnginesPrivate API. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@manage_search_engines_ui1
Patch Set: Update histograms.xml Created 4 years, 10 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 387e6f95bcd16395fd119f5e7959640e74874a41..ab47f539f233382a7c3d09a6f8ad53c347ce0edc 100644
--- a/extensions/browser/extension_function_histogram_value.h
+++ b/extensions/browser/extension_function_histogram_value.h
@@ -1069,8 +1069,8 @@ enum HistogramValue {
DEVELOPERPRIVATE_SHOWPATH,
FILEMANAGERPRIVATE_ADDPROVIDEDFILESYSTEM,
FILEMANAGERPRIVATE_CONFIGUREVOLUME,
- SEARCHENGINESPRIVATE_GETSEARCHENGINES,
- SEARCHENGINESPRIVATE_SETSELECTEDSEARCHENGINE,
+ DELETED_SEARCHENGINESPRIVATE_GETSEARCHENGINES,
+ DELETED_SEARCHENGINESPRIVATE_SETSELECTEDSEARCHENGINE,
AUTOFILLPRIVATE_SAVEADDRESS,
AUTOFILLPRIVATE_GETADDRESSCOMPONENTS,
AUTOFILLPRIVATE_SAVECREDITCARD,
@@ -1083,11 +1083,11 @@ enum HistogramValue {
INSTANCEID_DELETETOKEN,
INSTANCEID_DELETEID,
GCDPRIVATE_GETDEVICEINFO,
- SEARCHENGINESPRIVATE_GETHOTWORDSTATE,
- SEARCHENGINESPRIVATE_ADDOTHERSEARCHENGINE,
- SEARCHENGINESPRIVATE_REMOVESEARCHENGINE,
- SEARCHENGINESPRIVATE_UPDATESEARCHENGINE,
- SEARCHENGINESPRIVATE_OPTINTOHOTWORDING,
+ DELETED_SEARCHENGINESPRIVATE_GETHOTWORDSTATE,
+ DELETED_SEARCHENGINESPRIVATE_ADDOTHERSEARCHENGINE,
+ DELETED_SEARCHENGINESPRIVATE_REMOVESEARCHENGINE,
+ DELETED_SEARCHENGINESPRIVATE_UPDATESEARCHENGINE,
+ DELETED_SEARCHENGINESPRIVATE_OPTINTOHOTWORDING,
WEBSTOREWIDGETPRIVATE_INSTALLWEBSTOREITEM,
WEBSTOREWIDGETPRIVATE_GETSTRINGS,
WEBRTCDESKTOPCAPTUREPRIVATE_CHOOSEDESKTOPMEDIA,

Powered by Google App Engine
This is Rietveld 408576698