| 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 1070 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1081 INSTANCEID_GETCREATIONTIME, | 1081 INSTANCEID_GETCREATIONTIME, |
| 1082 INSTANCEID_GETTOKEN, | 1082 INSTANCEID_GETTOKEN, |
| 1083 INSTANCEID_DELETETOKEN, | 1083 INSTANCEID_DELETETOKEN, |
| 1084 INSTANCEID_DELETEID, | 1084 INSTANCEID_DELETEID, |
| 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 HID_GETUSERSELECTEDDEVICES, |
| 1091 // Last entry: Add new entries above and ensure to update | 1092 // Last entry: Add new entries above and ensure to update |
| 1092 // tools/metrics/histograms/histograms.xml. | 1093 // tools/metrics/histograms/histograms.xml. |
| 1093 ENUM_BOUNDARY | 1094 ENUM_BOUNDARY |
| 1094 }; | 1095 }; |
| 1095 | 1096 |
| 1096 } // namespace functions | 1097 } // namespace functions |
| 1097 } // namespace extensions | 1098 } // namespace extensions |
| 1098 | 1099 |
| 1099 #endif // EXTENSIONS_BROWSER_EXTENSION_FUNCTION_HISTOGRAM_VALUE_H_ | 1100 #endif // EXTENSIONS_BROWSER_EXTENSION_FUNCTION_HISTOGRAM_VALUE_H_ |
| OLD | NEW |