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 750 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
761 APP_CURRENTWINDOWINTERNAL_SETSIZECONSTRAINTS, | 761 APP_CURRENTWINDOWINTERNAL_SETSIZECONSTRAINTS, |
762 BLUETOOTH_GETDEVICE, | 762 BLUETOOTH_GETDEVICE, |
763 GCM_UNREGISTER, | 763 GCM_UNREGISTER, |
764 FILEBROWSERPRIVATE_REQUESTDRIVESHARE, | 764 FILEBROWSERPRIVATE_REQUESTDRIVESHARE, |
765 METRICSPRIVATE_RECORDSPARSEVALUE, | 765 METRICSPRIVATE_RECORDSPARSEVALUE, |
766 HOTWORDPRIVATE_SETAUDIOLOGGINGENABLED, | 766 HOTWORDPRIVATE_SETAUDIOLOGGINGENABLED, |
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, | |
Lei Zhang
2014/04/04 23:12:20
The next line says to update histograms.xml. Since
ygorshenin1
2014/04/07 09:20:06
Thank you, Lei!
| |
771 // Last entry: Add new entries above and ensure to update | 772 // Last entry: Add new entries above and ensure to update |
772 // tools/metrics/histograms/histograms/histograms.xml. | 773 // tools/metrics/histograms/histograms/histograms.xml. |
773 ENUM_BOUNDARY | 774 ENUM_BOUNDARY |
774 }; | 775 }; |
775 | 776 |
776 } // namespace functions | 777 } // namespace functions |
777 } // namespace extensions | 778 } // namespace extensions |
778 | 779 |
779 #endif // CHROME_BROWSER_EXTENSIONS_EXTENSION_FUNCTION_HISTOGRAM_VALUE_H_ | 780 #endif // CHROME_BROWSER_EXTENSIONS_EXTENSION_FUNCTION_HISTOGRAM_VALUE_H_ |
OLD | NEW |