| 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 1011 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1022 WEBVIEWINTERNAL_SETALLOWSCALING, | 1022 WEBVIEWINTERNAL_SETALLOWSCALING, |
| 1023 PLATFORMKEYSINTERNAL_GETPUBLICKEY, | 1023 PLATFORMKEYSINTERNAL_GETPUBLICKEY, |
| 1024 RUNTIME_OPENOPTIONSPAGE, | 1024 RUNTIME_OPENOPTIONSPAGE, |
| 1025 AUDIOMODEM_TRANSMIT, | 1025 AUDIOMODEM_TRANSMIT, |
| 1026 AUDIOMODEM_STOPTRANSMIT, | 1026 AUDIOMODEM_STOPTRANSMIT, |
| 1027 AUDIOMODEM_RECEIVE, | 1027 AUDIOMODEM_RECEIVE, |
| 1028 AUDIOMODEM_STOPRECEIVE, | 1028 AUDIOMODEM_STOPRECEIVE, |
| 1029 WEBRTCLOGGINGPRIVATE_STORE, | 1029 WEBRTCLOGGINGPRIVATE_STORE, |
| 1030 WEBRTCLOGGINGPRIVATE_UPLOADSTORED, | 1030 WEBRTCLOGGINGPRIVATE_UPLOADSTORED, |
| 1031 FILEMANAGERPRIVATE_SETENTRYTAG, | 1031 FILEMANAGERPRIVATE_SETENTRYTAG, |
| 1032 WEBSTOREPRIVATE_SHOWPERMISSIONPROMPTFORDELEGATEDINSTALL, |
| 1032 // Last entry: Add new entries above and ensure to update | 1033 // Last entry: Add new entries above and ensure to update |
| 1033 // tools/metrics/histograms/histograms.xml. | 1034 // tools/metrics/histograms/histograms.xml. |
| 1034 ENUM_BOUNDARY | 1035 ENUM_BOUNDARY |
| 1035 }; | 1036 }; |
| 1036 | 1037 |
| 1037 } // namespace functions | 1038 } // namespace functions |
| 1038 } // namespace extensions | 1039 } // namespace extensions |
| 1039 | 1040 |
| 1040 #endif // EXTENSIONS_BROWSER_EXTENSION_FUNCTION_HISTOGRAM_VALUE_H_ | 1041 #endif // EXTENSIONS_BROWSER_EXTENSION_FUNCTION_HISTOGRAM_VALUE_H_ |
| OLD | NEW |