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

Unified Diff: extensions/browser/extension_event_histogram_value.h

Issue 1274753006: Modify languageSettingsPrivate IDL and flesh out stub implementation (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 4 months 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 92054c0919a6258e56120ecff0928a630315c446..aecede9ff58df02f420d6c625da4701564ef783a 100644
--- a/extensions/browser/extension_event_histogram_value.h
+++ b/extensions/browser/extension_event_histogram_value.h
@@ -364,6 +364,10 @@ enum HistogramValue {
TYPES_PRIVATE_CHROME_DIRECT_SETTING_ON_CHANGE,
WEB_VIEW_INTERNAL_ON_MESSAGE, // TODO(kalman): where are the rest of the
// webview events?
+ 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

Powered by Google App Engine
This is Rietveld 408576698