| 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 CHROME_BROWSER_EXTENSIONS_EXTENSION_FUNCTION_HISTOGRAM_VALUE_H_ | 5 #ifndef CHROME_BROWSER_EXTENSIONS_EXTENSION_FUNCTION_HISTOGRAM_VALUE_H_ |
| 6 #define CHROME_BROWSER_EXTENSIONS_EXTENSION_FUNCTION_HISTOGRAM_VALUE_H_ | 6 #define CHROME_BROWSER_EXTENSIONS_EXTENSION_FUNCTION_HISTOGRAM_VALUE_H_ |
| 7 | 7 |
| 8 namespace extensions { | 8 namespace extensions { |
| 9 namespace functions { | 9 namespace functions { |
| 10 | 10 |
| (...skipping 756 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 767 BLUETOOTHPRIVATE_SETADAPTERSTATE, | 767 BLUETOOTHPRIVATE_SETADAPTERSTATE, |
| 768 BLUETOOTHPRIVATE_ENABLEPAIRING, | 768 BLUETOOTHPRIVATE_ENABLEPAIRING, |
| 769 BLUETOOTHPRIVATE_DISABLEPAIRING, | 769 BLUETOOTHPRIVATE_DISABLEPAIRING, |
| 770 BLUETOOTHPRIVATE_SETPAIRINGRESPONSE, | 770 BLUETOOTHPRIVATE_SETPAIRINGRESPONSE, |
| 771 NETWORKINGPRIVATE_GETCAPTIVEPORTALSTATUS, | 771 NETWORKINGPRIVATE_GETCAPTIVEPORTALSTATUS, |
| 772 AUTOMATIONINTERNAL_PERFORMACTION, | 772 AUTOMATIONINTERNAL_PERFORMACTION, |
| 773 BLUETOOTH_UPDATE_SOCKET, | 773 BLUETOOTH_UPDATE_SOCKET, |
| 774 BLUETOOTH_SET_SOCKET_PAUSED, | 774 BLUETOOTH_SET_SOCKET_PAUSED, |
| 775 BLUETOOTH_GET_SOCKET, | 775 BLUETOOTH_GET_SOCKET, |
| 776 BLUETOOTH_GET_SOCKETS, | 776 BLUETOOTH_GET_SOCKETS, |
| 777 WEBCAMPRIVATE_SET, |
| 778 WEBCAMPRIVATE_RESET, |
| 779 WEBCAMPRIVATE_GET, |
| 777 // Last entry: Add new entries above and ensure to update | 780 // Last entry: Add new entries above and ensure to update |
| 778 // tools/metrics/histograms/histograms/histograms.xml. | 781 // tools/metrics/histograms/histograms/histograms.xml. |
| 779 ENUM_BOUNDARY | 782 ENUM_BOUNDARY |
| 780 }; | 783 }; |
| 781 | 784 |
| 782 } // namespace functions | 785 } // namespace functions |
| 783 } // namespace extensions | 786 } // namespace extensions |
| 784 | 787 |
| 785 #endif // CHROME_BROWSER_EXTENSIONS_EXTENSION_FUNCTION_HISTOGRAM_VALUE_H_ | 788 #endif // CHROME_BROWSER_EXTENSIONS_EXTENSION_FUNCTION_HISTOGRAM_VALUE_H_ |
| OLD | NEW |