diff options
author | orenb <orenb@chromium.org> | 2015-04-29 18:28:30 -0700 |
---|---|---|
committer | Commit bot <commit-bot@chromium.org> | 2015-04-30 01:29:21 +0000 |
commit | 229960af7ade46b15e668c4299cb318a52161787 (patch) | |
tree | 7a0d497965ff6973caeabd24d4b5cb06623ba9f2 /extensions | |
parent | 8c4e0c5211cf46c3b60d470d7ffd036bcba97c0d (diff) | |
download | chromium_src-229960af7ade46b15e668c4299cb318a52161787.zip chromium_src-229960af7ade46b15e668c4299cb318a52161787.tar.gz chromium_src-229960af7ade46b15e668c4299cb318a52161787.tar.bz2 |
Implement remaining chrome.searchEnginesPrivate methods.
There may be more nuances to the implementation we'll have to fix later, as it's hard to know until I try it with the UI in place. There is also a chance we'll have to make further IDL changes.. But hopefully this is the last major interface change for searchEnginesPrivate.
(Disabling presubmit because it requires a manual confirmation that the histograms changes were OK since I renamed a method. I confirmed this.)
BUG=480043
NOPRESUBMIT=true
Review URL: https://codereview.chromium.org/1109563003
Cr-Commit-Position: refs/heads/master@{#327636}
Diffstat (limited to 'extensions')
-rw-r--r-- | extensions/browser/extension_function_histogram_value.h | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/extensions/browser/extension_function_histogram_value.h b/extensions/browser/extension_function_histogram_value.h index ebd20dd..80715c8 100644 --- a/extensions/browser/extension_function_histogram_value.h +++ b/extensions/browser/extension_function_histogram_value.h @@ -1069,7 +1069,7 @@ enum HistogramValue { DEVELOPERPRIVATE_SHOWPATH, FILEMANAGERPRIVATE_ADDPROVIDEDFILESYSTEM, FILEMANAGERPRIVATE_CONFIGUREPROVIDEDFILESYSTEM, - SEARCHENGINESPRIVATE_GETDEFAULTSEARCHENGINES, + SEARCHENGINESPRIVATE_GETSEARCHENGINES, SEARCHENGINESPRIVATE_SETSELECTEDSEARCHENGINE, AUTOFILLPRIVATE_SAVEADDRESS, AUTOFILLPRIVATE_GETADDRESSCOMPONENTS, @@ -1083,6 +1083,11 @@ enum HistogramValue { INSTANCEID_DELETETOKEN, INSTANCEID_DELETEID, GCDPRIVATE_GETDEVICEINFO, + 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 |