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

Unified Diff: extensions/browser/extension_function_histogram_value.h

Issue 1373073003: Implement chrome.languageSettingsPrivate custom spell check functions (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@LanguagePage1EditIndividual
Patch Set: rebase on histogram fixes Created 5 years, 2 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_function_histogram_value.h
diff --git a/extensions/browser/extension_function_histogram_value.h b/extensions/browser/extension_function_histogram_value.h
index 614c2c42f91b4f9bbb468fb446fb2c057a505f85..43bc2fc62856043feb7b8b3481446a01e59b092e 100644
--- a/extensions/browser/extension_function_histogram_value.h
+++ b/extensions/browser/extension_function_histogram_value.h
@@ -1150,6 +1150,8 @@ enum HistogramValue {
DATAREDUCTIONPROXY_GETDATAUSAGE,
EASYUNLOCKPRIVATE_SETUPCONNECTIONGETDEVICEADDRESS,
TABCAPTURE_CAPTUREOFFSCREENTAB,
+ LANGUAGESETTINGSPRIVATE_ADDSPELLCHECKWORD,
+ LANGUAGESETTINGSPRIVATE_REMOVESPELLCHECKWORD,
// 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