summaryrefslogtreecommitdiffstats
path: root/extensions/browser/extension_event_histogram_value.h
diff options
context:
space:
mode:
authorazurewei <azurewei@chromium.org>2016-02-04 00:12:48 -0800
committerCommit bot <commit-bot@chromium.org>2016-02-04 08:15:31 +0000
commitf7a97e05428cb68d7b77e6d04f925772f252f4be (patch)
tree0bd9a81e4abc0e71e07eb137c2019869ff7e01dd /extensions/browser/extension_event_histogram_value.h
parent64647caadd62fc639f6a3bb194557d8447f6d419 (diff)
downloadchromium_src-f7a97e05428cb68d7b77e6d04f925772f252f4be.zip
chromium_src-f7a97e05428cb68d7b77e6d04f925772f252f4be.tar.gz
chromium_src-f7a97e05428cb68d7b77e6d04f925772f252f4be.tar.bz2
Add chrome.inputMethodPrivate.onImeMenuActivationChanged API, which will be fired when the checkbox in language settings about IME menu is checked or unchecked.
Modify chrome.inputMethodPrivate.getInputMethodConfig() API to get the initial state of the activation of IME menu. These APIs will be used for IME extensions to opt-in the IME menu on shelf. BUG=570761 TEST=Verified the API is available on Chrome OS. Review URL: https://codereview.chromium.org/1552743003 Cr-Commit-Position: refs/heads/master@{#373479}
Diffstat (limited to 'extensions/browser/extension_event_histogram_value.h')
-rw-r--r--extensions/browser/extension_event_histogram_value.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/extensions/browser/extension_event_histogram_value.h b/extensions/browser/extension_event_histogram_value.h
index b77aa89..cc7ea53 100644
--- a/extensions/browser/extension_event_histogram_value.h
+++ b/extensions/browser/extension_event_histogram_value.h
@@ -412,6 +412,7 @@ enum HistogramValue {
EASY_UNLOCK_PRIVATE_ON_SEND_COMPLETED,
DISPLAY_SOURCE_ON_SINKS_UPDATED,
INPUT_IME_ON_COMPOSITION_BOUNDS_CHANGED,
+ INPUT_METHOD_PRIVATE_ON_IME_MENU_ACTIVATION_CHANGED,
// Last entry: Add new entries above, then run:
// python tools/metrics/histograms/update_extension_histograms.py
ENUM_BOUNDARY