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

Side by Side 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, 1 month 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 unified diff | Download patch
OLDNEW
1 // Copyright 2014 The Chromium Authors. All rights reserved. 1 // Copyright 2014 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be 2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file. 3 // found in the LICENSE file.
4 4
5 #ifndef EXTENSIONS_BROWSER_EXTENSION_FUNCTION_HISTOGRAM_VALUE_H_ 5 #ifndef EXTENSIONS_BROWSER_EXTENSION_FUNCTION_HISTOGRAM_VALUE_H_
6 #define EXTENSIONS_BROWSER_EXTENSION_FUNCTION_HISTOGRAM_VALUE_H_ 6 #define EXTENSIONS_BROWSER_EXTENSION_FUNCTION_HISTOGRAM_VALUE_H_
7 7
8 namespace extensions { 8 namespace extensions {
9 namespace functions { 9 namespace functions {
10 10
(...skipping 1132 matching lines...) Expand 10 before | Expand all | Expand 10 after
1143 BLUETOOTHPRIVATE_PAIR, 1143 BLUETOOTHPRIVATE_PAIR,
1144 EASYUNLOCKPRIVATE_FINDSETUPCONNECTION, 1144 EASYUNLOCKPRIVATE_FINDSETUPCONNECTION,
1145 RESOURCESPRIVATE_GETSTRINGS, 1145 RESOURCESPRIVATE_GETSTRINGS,
1146 USB_GETCONFIGURATIONS, 1146 USB_GETCONFIGURATIONS,
1147 EASYUNLOCKPRIVATE_SETUPCONNECTIONSTATUS, 1147 EASYUNLOCKPRIVATE_SETUPCONNECTIONSTATUS,
1148 EASYUNLOCKPRIVATE_SETUPCONNECTIONDISCONNECT, 1148 EASYUNLOCKPRIVATE_SETUPCONNECTIONDISCONNECT,
1149 EASYUNLOCKPRIVATE_SETUPCONNECTIONSEND, 1149 EASYUNLOCKPRIVATE_SETUPCONNECTIONSEND,
1150 DATAREDUCTIONPROXY_GETDATAUSAGE, 1150 DATAREDUCTIONPROXY_GETDATAUSAGE,
1151 EASYUNLOCKPRIVATE_SETUPCONNECTIONGETDEVICEADDRESS, 1151 EASYUNLOCKPRIVATE_SETUPCONNECTIONGETDEVICEADDRESS,
1152 TABCAPTURE_CAPTUREOFFSCREENTAB, 1152 TABCAPTURE_CAPTUREOFFSCREENTAB,
1153 LANGUAGESETTINGSPRIVATE_ADDSPELLCHECKWORD,
1154 LANGUAGESETTINGSPRIVATE_REMOVESPELLCHECKWORD,
1153 // Last entry: Add new entries above, then run: 1155 // Last entry: Add new entries above, then run:
1154 // python tools/metrics/histograms/update_extension_histograms.py 1156 // python tools/metrics/histograms/update_extension_histograms.py
1155 ENUM_BOUNDARY 1157 ENUM_BOUNDARY
1156 }; 1158 };
1157 1159
1158 } // namespace functions 1160 } // namespace functions
1159 } // namespace extensions 1161 } // namespace extensions
1160 1162
1161 #endif // EXTENSIONS_BROWSER_EXTENSION_FUNCTION_HISTOGRAM_VALUE_H_ 1163 #endif // EXTENSIONS_BROWSER_EXTENSION_FUNCTION_HISTOGRAM_VALUE_H_
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698