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

Unified Diff: extensions/browser/extension_event_histogram_value.h

Issue 1523593002: Add an option in language settings for activating the IME menu. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years 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_event_histogram_value.h
diff --git a/extensions/browser/extension_event_histogram_value.h b/extensions/browser/extension_event_histogram_value.h
index 6d0b30e4f1db5c319fa732fee6c89c1a9b97d80e..ca6a32cc5c4de3e09b510c5e156a1c6b2367c0b5 100644
--- a/extensions/browser/extension_event_histogram_value.h
+++ b/extensions/browser/extension_event_histogram_value.h
@@ -411,6 +411,8 @@ enum HistogramValue {
EASY_UNLOCK_PRIVATE_ON_DATA_RECEIVED,
EASY_UNLOCK_PRIVATE_ON_SEND_COMPLETED,
DISPLAY_SOURCE_ON_SINKS_UPDATED,
+ INPUT_METHOD_PRIVATE_ON_IME_MENU_ACTIVATED,
+ INPUT_METHOD_PRIVATE_ON_IME_MENU_DEACTIVATED,
// Last entry: Add new entries above, then run:
// python tools/metrics/histograms/update_extension_histograms.py
ENUM_BOUNDARY

Powered by Google App Engine
This is Rietveld 408576698