| 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 1074 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1085 GCDPRIVATE_GETDEVICEINFO, | 1085 GCDPRIVATE_GETDEVICEINFO, |
| 1086 SEARCHENGINESPRIVATE_GETHOTWORDSTATE, | 1086 SEARCHENGINESPRIVATE_GETHOTWORDSTATE, |
| 1087 SEARCHENGINESPRIVATE_ADDOTHERSEARCHENGINE, | 1087 SEARCHENGINESPRIVATE_ADDOTHERSEARCHENGINE, |
| 1088 SEARCHENGINESPRIVATE_REMOVESEARCHENGINE, | 1088 SEARCHENGINESPRIVATE_REMOVESEARCHENGINE, |
| 1089 SEARCHENGINESPRIVATE_UPDATESEARCHENGINE, | 1089 SEARCHENGINESPRIVATE_UPDATESEARCHENGINE, |
| 1090 SEARCHENGINESPRIVATE_OPTINTOHOTWORDING, | 1090 SEARCHENGINESPRIVATE_OPTINTOHOTWORDING, |
| 1091 WEBSTOREWIDGETPRIVATE_INSTALLWEBSTOREITEM, | 1091 WEBSTOREWIDGETPRIVATE_INSTALLWEBSTOREITEM, |
| 1092 WEBSTOREWIDGETPRIVATE_GETSTRINGS, | 1092 WEBSTOREWIDGETPRIVATE_GETSTRINGS, |
| 1093 WEBRTCDESKTOPCAPTUREPRIVATE_CHOOSEDESKTOPMEDIA, | 1093 WEBRTCDESKTOPCAPTUREPRIVATE_CHOOSEDESKTOPMEDIA, |
| 1094 WEBRTCDESKTOPCAPTUREPRIVATE_CANCELCHOOSEDESKTOPMEDIA, | 1094 WEBRTCDESKTOPCAPTUREPRIVATE_CANCELCHOOSEDESKTOPMEDIA, |
| 1095 HID_GETUSERSELECTEDDEVICES, |
| 1095 // Last entry: Add new entries above and ensure to update | 1096 // Last entry: Add new entries above and ensure to update |
| 1096 // tools/metrics/histograms/histograms.xml. | 1097 // tools/metrics/histograms/histograms.xml. |
| 1097 ENUM_BOUNDARY | 1098 ENUM_BOUNDARY |
| 1098 }; | 1099 }; |
| 1099 | 1100 |
| 1100 } // namespace functions | 1101 } // namespace functions |
| 1101 } // namespace extensions | 1102 } // namespace extensions |
| 1102 | 1103 |
| 1103 #endif // EXTENSIONS_BROWSER_EXTENSION_FUNCTION_HISTOGRAM_VALUE_H_ | 1104 #endif // EXTENSIONS_BROWSER_EXTENSION_FUNCTION_HISTOGRAM_VALUE_H_ |
| OLD | NEW |