| 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 1177 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1188 BLUETOOTHLOWENERGY_SENDREQUESTRESPONSE, | 1188 BLUETOOTHLOWENERGY_SENDREQUESTRESPONSE, |
| 1189 BLUETOOTHLOWENERGY_NOTIFYCHARACTERISTICVALUECHANGED, | 1189 BLUETOOTHLOWENERGY_NOTIFYCHARACTERISTICVALUECHANGED, |
| 1190 BLUETOOTHLOWENERGY_REMOVESERVICE, | 1190 BLUETOOTHLOWENERGY_REMOVESERVICE, |
| 1191 AUTOFILLPRIVATE_GETADDRESSLIST, | 1191 AUTOFILLPRIVATE_GETADDRESSLIST, |
| 1192 AUTOFILLPRIVATE_GETCREDITCARDLIST, | 1192 AUTOFILLPRIVATE_GETCREDITCARDLIST, |
| 1193 SYSTEM_DISPLAY_OVERSCANCALIBRATIONSTART, | 1193 SYSTEM_DISPLAY_OVERSCANCALIBRATIONSTART, |
| 1194 SYSTEM_DISPLAY_OVERSCANCALIBRATIONADJUST, | 1194 SYSTEM_DISPLAY_OVERSCANCALIBRATIONADJUST, |
| 1195 SYSTEM_DISPLAY_OVERSCANCALIBRATIONRESET, | 1195 SYSTEM_DISPLAY_OVERSCANCALIBRATIONRESET, |
| 1196 SYSTEM_DISPLAY_OVERSCANCALIBRATIONCOMPLETE, | 1196 SYSTEM_DISPLAY_OVERSCANCALIBRATIONCOMPLETE, |
| 1197 AUTOFILLPRIVATE_GETCOUNTRYLIST, | 1197 AUTOFILLPRIVATE_GETCOUNTRYLIST, |
| 1198 SYSTEM_DISPLAY_SETDISPLAYLAYOUT, |
| 1199 SYSTEM_DISPLAY_GETDISPLAYLAYOUT, |
| 1198 // Last entry: Add new entries above, then run: | 1200 // Last entry: Add new entries above, then run: |
| 1199 // python tools/metrics/histograms/update_extension_histograms.py | 1201 // python tools/metrics/histograms/update_extension_histograms.py |
| 1200 ENUM_BOUNDARY | 1202 ENUM_BOUNDARY |
| 1201 }; | 1203 }; |
| 1202 | 1204 |
| 1203 } // namespace functions | 1205 } // namespace functions |
| 1204 } // namespace extensions | 1206 } // namespace extensions |
| 1205 | 1207 |
| 1206 #endif // EXTENSIONS_BROWSER_EXTENSION_FUNCTION_HISTOGRAM_VALUE_H_ | 1208 #endif // EXTENSIONS_BROWSER_EXTENSION_FUNCTION_HISTOGRAM_VALUE_H_ |
| OLD | NEW |