| 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 874 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 885 GCDPRIVATE_QUERYFORNEWLOCALDEVICES, | 885 GCDPRIVATE_QUERYFORNEWLOCALDEVICES, |
| 886 GCDPRIVATE_STARTSETUP, | 886 GCDPRIVATE_STARTSETUP, |
| 887 GCDPRIVATE_SETWIFINETWORKS, | 887 GCDPRIVATE_SETWIFINETWORKS, |
| 888 GCDPRIVATE_SETWIFICREDENTIALS, | 888 GCDPRIVATE_SETWIFICREDENTIALS, |
| 889 GCDPRIVATE_CONFIRMCODE, | 889 GCDPRIVATE_CONFIRMCODE, |
| 890 GCDPRIVATE_STOPSETUP, | 890 GCDPRIVATE_STOPSETUP, |
| 891 TABS_SETZOOM, | 891 TABS_SETZOOM, |
| 892 TABS_GETZOOM, | 892 TABS_GETZOOM, |
| 893 TABS_SETZOOMSETTINGS, | 893 TABS_SETZOOMSETTINGS, |
| 894 TABS_GETZOOMSETTINGS, | 894 TABS_GETZOOMSETTINGS, |
| 895 APPVIEWINTERNAL_ATTACHFRAME, |
| 896 APPVIEWINTERNAL_DENYREQUEST, |
| 895 // Last entry: Add new entries above and ensure to update | 897 // Last entry: Add new entries above and ensure to update |
| 896 // tools/metrics/histograms/histograms/histograms.xml. | 898 // tools/metrics/histograms/histograms/histograms.xml. |
| 897 ENUM_BOUNDARY | 899 ENUM_BOUNDARY |
| 898 }; | 900 }; |
| 899 | 901 |
| 900 } // namespace functions | 902 } // namespace functions |
| 901 } // namespace extensions | 903 } // namespace extensions |
| 902 | 904 |
| 903 #endif // EXTENSIONS_BROWSER_EXTENSION_FUNCTION_HISTOGRAM_VALUE_H_ | 905 #endif // EXTENSIONS_BROWSER_EXTENSION_FUNCTION_HISTOGRAM_VALUE_H_ |
| OLD | NEW |