summaryrefslogtreecommitdiffstats
path: root/extensions
diff options
context:
space:
mode:
authorazurewei <azurewei@chromium.org>2016-02-01 20:40:26 -0800
committerCommit bot <commit-bot@chromium.org>2016-02-02 04:41:38 +0000
commit66ddf2b33cf65c4d16e0dc6e9c39e2c3f1d2bebc (patch)
tree3bbe11d3441bedbb739f52f64da91a44cf29e378 /extensions
parented0c208405e244312d0573de18938aab220cc102 (diff)
downloadchromium_src-66ddf2b33cf65c4d16e0dc6e9c39e2c3f1d2bebc.zip
chromium_src-66ddf2b33cf65c4d16e0dc6e9c39e2c3f1d2bebc.tar.gz
chromium_src-66ddf2b33cf65c4d16e0dc6e9c39e2c3f1d2bebc.tar.bz2
Implement chrome.input.ime.onCompositionBoundsChanged() API.
BUG=517773 TEST=None Review URL: https://codereview.chromium.org/1614273004 Cr-Commit-Position: refs/heads/master@{#372888}
Diffstat (limited to 'extensions')
-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 6d0b30e..b77aa89 100644
--- a/extensions/browser/extension_event_histogram_value.h
+++ b/extensions/browser/extension_event_histogram_value.h
@@ -411,6 +411,7 @@ enum HistogramValue {
EASY_UNLOCK_PRIVATE_ON_DATA_RECEIVED,
EASY_UNLOCK_PRIVATE_ON_SEND_COMPLETED,
DISPLAY_SOURCE_ON_SINKS_UPDATED,
+ INPUT_IME_ON_COMPOSITION_BOUNDS_CHANGED,
// Last entry: Add new entries above, then run:
// python tools/metrics/histograms/update_extension_histograms.py
ENUM_BOUNDARY