| OLD | NEW |
| 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 1162 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1173 INPUT_IME_HIDEWINDOW, | 1173 INPUT_IME_HIDEWINDOW, |
| 1174 INPUTMETHODPRIVATE_SHOWINPUTVIEW, | 1174 INPUTMETHODPRIVATE_SHOWINPUTVIEW, |
| 1175 WALLPAPERPRIVATE_RECORDWALLPAPERUMA, | 1175 WALLPAPERPRIVATE_RECORDWALLPAPERUMA, |
| 1176 AUTOTESTPRIVATE_GETVISIBLENOTIFICATIONS, | 1176 AUTOTESTPRIVATE_GETVISIBLENOTIFICATIONS, |
| 1177 WEBRTCLOGGINGPRIVATE_STARTRTCEVENTLOGGING, | 1177 WEBRTCLOGGINGPRIVATE_STARTRTCEVENTLOGGING, |
| 1178 WEBRTCLOGGINGPRIVATE_STOPRTCEVENTLOGGING, | 1178 WEBRTCLOGGINGPRIVATE_STOPRTCEVENTLOGGING, |
| 1179 PASSWORDSPRIVATE_GETSAVEDPASSWORDLIST, | 1179 PASSWORDSPRIVATE_GETSAVEDPASSWORDLIST, |
| 1180 PASSWORDSPRIVATE_GETPASSWORDEXCEPTIONLIST, | 1180 PASSWORDSPRIVATE_GETPASSWORDEXCEPTIONLIST, |
| 1181 INPUTMETHODPRIVATE_OPENOPTIONSPAGE, | 1181 INPUTMETHODPRIVATE_OPENOPTIONSPAGE, |
| 1182 FEEDBACKPRIVATE_LOGSRTPROMPTRESULT, | 1182 FEEDBACKPRIVATE_LOGSRTPROMPTRESULT, |
| 1183 BLUETOOTHLOWENERGY_CREATESERVICE, |
| 1184 BLUETOOTHLOWENERGY_CREATECHARACTERISTIC, |
| 1185 BLUETOOTHLOWENERGY_CREATEDESCRIPTOR, |
| 1186 BLUETOOTHLOWENERGY_REGISTERSERVICE, |
| 1187 BLUETOOTHLOWENERGY_UNREGISTERSERVICE, |
| 1188 BLUETOOTHLOWENERGY_SENDREQUESTRESPONSE, |
| 1183 // Last entry: Add new entries above, then run: | 1189 // Last entry: Add new entries above, then run: |
| 1184 // python tools/metrics/histograms/update_extension_histograms.py | 1190 // python tools/metrics/histograms/update_extension_histograms.py |
| 1185 ENUM_BOUNDARY | 1191 ENUM_BOUNDARY |
| 1186 }; | 1192 }; |
| 1187 | 1193 |
| 1188 } // namespace functions | 1194 } // namespace functions |
| 1189 } // namespace extensions | 1195 } // namespace extensions |
| 1190 | 1196 |
| 1191 #endif // EXTENSIONS_BROWSER_EXTENSION_FUNCTION_HISTOGRAM_VALUE_H_ | 1197 #endif // EXTENSIONS_BROWSER_EXTENSION_FUNCTION_HISTOGRAM_VALUE_H_ |
| OLD | NEW |