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 908 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
919 NOTIFICATIONPROVIDER_NOTIFYONPERMISSIONLEVELCHANGED, | 919 NOTIFICATIONPROVIDER_NOTIFYONPERMISSIONLEVELCHANGED, |
920 NOTIFICATIONPROVIDER_NOTIFYONSHOWSETTINGS, | 920 NOTIFICATIONPROVIDER_NOTIFYONSHOWSETTINGS, |
921 NOTIFICATIONPROVIDER_GETNOTIFIER, | 921 NOTIFICATIONPROVIDER_GETNOTIFIER, |
922 NOTIFICATIONPROVIDER_GETALLNOTIFIERS, | 922 NOTIFICATIONPROVIDER_GETALLNOTIFIERS, |
923 GCDPRIVATE_GETPREFETCHEDWIFINAMELIST, | 923 GCDPRIVATE_GETPREFETCHEDWIFINAMELIST, |
924 GUESTVIEWINTERNAL_SETAUTOSIZE, | 924 GUESTVIEWINTERNAL_SETAUTOSIZE, |
925 COPRESENCEPRIVATE_SENDFOUND, | 925 COPRESENCEPRIVATE_SENDFOUND, |
926 COPRESENCEPRIVATE_SENDSAMPLES, | 926 COPRESENCEPRIVATE_SENDSAMPLES, |
927 COPRESENCEPRIVATE_SENDDETECT, | 927 COPRESENCEPRIVATE_SENDDETECT, |
928 COPRESENCEPRIVATE_SENDINITIALIZED, | 928 COPRESENCEPRIVATE_SENDINITIALIZED, |
| 929 COPRESENCE_EXECUTE, |
| 930 COPRESENCE_SETAPIKEY, |
929 // Last entry: Add new entries above and ensure to update | 931 // Last entry: Add new entries above and ensure to update |
930 // tools/metrics/histograms/histograms/histograms.xml. | 932 // tools/metrics/histograms/histograms/histograms.xml. |
931 ENUM_BOUNDARY | 933 ENUM_BOUNDARY |
932 }; | 934 }; |
933 | 935 |
934 } // namespace functions | 936 } // namespace functions |
935 } // namespace extensions | 937 } // namespace extensions |
936 | 938 |
937 #endif // EXTENSIONS_BROWSER_EXTENSION_FUNCTION_HISTOGRAM_VALUE_H_ | 939 #endif // EXTENSIONS_BROWSER_EXTENSION_FUNCTION_HISTOGRAM_VALUE_H_ |
OLD | NEW |