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

Unified Diff: extensions/browser/extension_function_histogram_value.h

Issue 1109563003: Implement remaining chrome.searchEnginesPrivate methods. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix the event router bug so my test passes now Created 5 years, 8 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 00ed4430205fbca19767d2e07933b29d430d5a8b..a83db6a66a9752b894676926304a1b32d86f665c 100644
--- a/extensions/browser/extension_function_histogram_value.h
+++ b/extensions/browser/extension_function_histogram_value.h
@@ -1071,6 +1071,12 @@ enum HistogramValue {
FILEMANAGERPRIVATE_CONFIGUREPROVIDEDFILESYSTEM,
SEARCHENGINESPRIVATE_GETDEFAULTSEARCHENGINES,
SEARCHENGINESPRIVATE_SETSELECTEDSEARCHENGINE,
+ SEARCHENGINESPRIVATE_GETOTHERSEARCHENGINES,
+ SEARCHENGINESPRIVATE_GETHOTWORDSTATE,
+ SEARCHENGINESPRIVATE_ADDOTHERSEARCHENGINE,
+ SEARCHENGINESPRIVATE_REMOVESEARCHENGINE,
+ SEARCHENGINESPRIVATE_UPDATESEARCHENGINE,
+ SEARCHENGINESPRIVATE_OPTINTOHOTWORDING,
// Last entry: Add new entries above and ensure to update
// tools/metrics/histograms/histograms.xml.
ENUM_BOUNDARY

Powered by Google App Engine
This is Rietveld 408576698