diff options
author | michaelpg <michaelpg@chromium.org> | 2015-08-14 13:23:46 -0700 |
---|---|---|
committer | Commit bot <commit-bot@chromium.org> | 2015-08-14 20:24:23 +0000 |
commit | 958079e822f32b2dfe18b1bb95fbbec2684decc2 (patch) | |
tree | 8df14f08c1932a7ec843846e41c22508322ce076 /extensions/browser/extension_event_histogram_value.h | |
parent | 2bc727de36df5826011630b13e1ae86f349f1486 (diff) | |
download | chromium_src-958079e822f32b2dfe18b1bb95fbbec2684decc2.zip chromium_src-958079e822f32b2dfe18b1bb95fbbec2684decc2.tar.gz chromium_src-958079e822f32b2dfe18b1bb95fbbec2684decc2.tar.bz2 |
Modify languageSettingsPrivate IDL and flesh out stub implementation
While implementing this API, I've come across some API changes I'd like to
make before submitting the actual implementation.
This also introduces the stub event router delegate and brings the stubs
closer to what the implementation looks like.
The implementation CL will be posted after this one:
https://codereview.chromium.org/1283603002/
BUG=479043
Review URL: https://codereview.chromium.org/1274753006
Cr-Commit-Position: refs/heads/master@{#343474}
Diffstat (limited to 'extensions/browser/extension_event_histogram_value.h')
-rw-r--r-- | extensions/browser/extension_event_histogram_value.h | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/extensions/browser/extension_event_histogram_value.h b/extensions/browser/extension_event_histogram_value.h index 03bd28c..ea9191b 100644 --- a/extensions/browser/extension_event_histogram_value.h +++ b/extensions/browser/extension_event_histogram_value.h @@ -394,7 +394,10 @@ enum HistogramValue { WEB_VIEW_INTERNAL_ON_UNRESPONSIVE, WEB_VIEW_INTERNAL_ON_ZOOM_CHANGE, GUEST_VIEW_INTERNAL_ON_RESIZE, - + LANGUAGE_SETTINGS_PRIVATE_ON_INPUT_METHOD_ADDED, + LANGUAGE_SETTINGS_PRIVATE_ON_INPUT_METHOD_REMOVED, + LANGUAGE_SETTINGS_PRIVATE_ON_SPELLCHECK_DICTIONARIES_CHANGED, + LANGUAGE_SETTINGS_PRIVATE_ON_CUSTOM_DICTIONARY_CHANGED, // Last entry: Add new entries above, then run: // python tools/metrics/histograms/update_extension_histograms.py ENUM_BOUNDARY |