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 950 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
961 GUESTVIEWINTERNAL_DESTROYGUEST, | 961 GUESTVIEWINTERNAL_DESTROYGUEST, |
962 COPRESENCESOCKET_CREATEPEER, | 962 COPRESENCESOCKET_CREATEPEER, |
963 COPRESENCESOCKET_DESTROYPEER, | 963 COPRESENCESOCKET_DESTROYPEER, |
964 COPRESENCESOCKET_SEND, | 964 COPRESENCESOCKET_SEND, |
965 COPRESENCESOCKET_DISCONNECT, | 965 COPRESENCESOCKET_DISCONNECT, |
966 BOOKMARKMANAGERPRIVATE_SETVERSION, | 966 BOOKMARKMANAGERPRIVATE_SETVERSION, |
967 FILESYSTEMPROVIDER_NOTIFY, | 967 FILESYSTEMPROVIDER_NOTIFY, |
968 USB_GETUSERSELECTEDDEVICES, | 968 USB_GETUSERSELECTEDDEVICES, |
969 INPUTMETHODPRIVATE_GETINPUTMETHODCONFIG, | 969 INPUTMETHODPRIVATE_GETINPUTMETHODCONFIG, |
970 WALLPAPERPRIVATE_GETSYNCSETTING, | 970 WALLPAPERPRIVATE_GETSYNCSETTING, |
971 CAST_CHANNEL_SETAUTHORITYKEYS, | |
jar (doing other things)
2014/10/29 23:56:26
Please include the corresponding update to histogr
vadimgo
2014/10/30 00:08:14
Updated histograms.xml.
| |
971 // Last entry: Add new entries above and ensure to update | 972 // Last entry: Add new entries above and ensure to update |
972 // tools/metrics/histograms/histograms.xml. | 973 // tools/metrics/histograms/histograms.xml. |
973 ENUM_BOUNDARY | 974 ENUM_BOUNDARY |
974 }; | 975 }; |
975 | 976 |
976 } // namespace functions | 977 } // namespace functions |
977 } // namespace extensions | 978 } // namespace extensions |
978 | 979 |
979 #endif // EXTENSIONS_BROWSER_EXTENSION_FUNCTION_HISTOGRAM_VALUE_H_ | 980 #endif // EXTENSIONS_BROWSER_EXTENSION_FUNCTION_HISTOGRAM_VALUE_H_ |
OLD | NEW |