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 788 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
799 BLUETOOTHSOCKET_SETPAUSED, | 799 BLUETOOTHSOCKET_SETPAUSED, |
800 BLUETOOTHSOCKET_LISTENUSINGRFCOMM, | 800 BLUETOOTHSOCKET_LISTENUSINGRFCOMM, |
801 BLUETOOTHSOCKET_LISTENUSINGINSECURERFCOMM, | 801 BLUETOOTHSOCKET_LISTENUSINGINSECURERFCOMM, |
802 BLUETOOTHSOCKET_LISTENUSINGL2CAP, | 802 BLUETOOTHSOCKET_LISTENUSINGL2CAP, |
803 BLUETOOTHSOCKET_CONNECT, | 803 BLUETOOTHSOCKET_CONNECT, |
804 BLUETOOTHSOCKET_DISCONNECT, | 804 BLUETOOTHSOCKET_DISCONNECT, |
805 BLUETOOTHSOCKET_CLOSE, | 805 BLUETOOTHSOCKET_CLOSE, |
806 BLUETOOTHSOCKET_SEND, | 806 BLUETOOTHSOCKET_SEND, |
807 BLUETOOTHSOCKET_GETINFO, | 807 BLUETOOTHSOCKET_GETINFO, |
808 BLUETOOTHSOCKET_GETSOCKETS, | 808 BLUETOOTHSOCKET_GETSOCKETS, |
| 809 SYNCEDNOTIFICATIONSPRIVATE_GETINITIALDATA, |
| 810 SYNCEDNOTIFICATIONSPRIVATE_UPDATENOTIFICATION, |
| 811 SYNCEDNOTIFICATIONSPRIVATE_SETRENDERCONTEXT, |
809 // Last entry: Add new entries above and ensure to update | 812 // Last entry: Add new entries above and ensure to update |
810 // tools/metrics/histograms/histograms/histograms.xml. | 813 // tools/metrics/histograms/histograms/histograms.xml. |
811 ENUM_BOUNDARY | 814 ENUM_BOUNDARY |
812 }; | 815 }; |
813 | 816 |
814 } // namespace functions | 817 } // namespace functions |
815 } // namespace extensions | 818 } // namespace extensions |
816 | 819 |
817 #endif // EXTENSIONS_BROWSER_EXTENSION_FUNCTION_HISTOGRAM_VALUE_H_ | 820 #endif // EXTENSIONS_BROWSER_EXTENSION_FUNCTION_HISTOGRAM_VALUE_H_ |
OLD | NEW |