| 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 1220 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1231 // This does not follow the naming convesion, but follows the other APIs in | 1231 // This does not follow the naming convesion, but follows the other APIs in |
| 1232 // webrtcAudioPrivate. | 1232 // webrtcAudioPrivate. |
| 1233 WEBRTC_AUDIO_PRIVATE_SET_AUDIO_EXPERIMENTS, | 1233 WEBRTC_AUDIO_PRIVATE_SET_AUDIO_EXPERIMENTS, |
| 1234 AUTOTESTPRIVATE_GETPLAYSTORESTATE, | 1234 AUTOTESTPRIVATE_GETPLAYSTORESTATE, |
| 1235 AUTOTESTPRIVATE_SETPLAYSTOREENABLED, | 1235 AUTOTESTPRIVATE_SETPLAYSTOREENABLED, |
| 1236 APP_CURRENTWINDOWINTERNAL_SETACTIVATEONPOINTER, | 1236 APP_CURRENTWINDOWINTERNAL_SETACTIVATEONPOINTER, |
| 1237 MEDIAPERCEPTIONPRIVATE_GETSTATE, | 1237 MEDIAPERCEPTIONPRIVATE_GETSTATE, |
| 1238 MEDIAPERCEPTIONPRIVATE_SETSTATE, | 1238 MEDIAPERCEPTIONPRIVATE_SETSTATE, |
| 1239 MEDIAPERCEPTIONPRIVATE_GETDIAGNOSTICS, | 1239 MEDIAPERCEPTIONPRIVATE_GETDIAGNOSTICS, |
| 1240 NETWORKINGPRIVATE_GETCERTIFICATELISTS, | 1240 NETWORKINGPRIVATE_GETCERTIFICATELISTS, |
| 1241 BLUETOOTHLOWENERGY_RESETADVERTISING, |
| 1241 // Last entry: Add new entries above, then run: | 1242 // Last entry: Add new entries above, then run: |
| 1242 // python tools/metrics/histograms/update_extension_histograms.py | 1243 // python tools/metrics/histograms/update_extension_histograms.py |
| 1243 ENUM_BOUNDARY | 1244 ENUM_BOUNDARY |
| 1244 }; | 1245 }; |
| 1245 | 1246 |
| 1246 } // namespace functions | 1247 } // namespace functions |
| 1247 } // namespace extensions | 1248 } // namespace extensions |
| 1248 | 1249 |
| 1249 #endif // EXTENSIONS_BROWSER_EXTENSION_FUNCTION_HISTOGRAM_VALUE_H_ | 1250 #endif // EXTENSIONS_BROWSER_EXTENSION_FUNCTION_HISTOGRAM_VALUE_H_ |
| OLD | NEW |