OLD | NEW |
1 // Copyright (c) 2012 The Chromium Authors. All rights reserved. | 1 // Copyright (c) 2012 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 | 8 |
9 namespace extensions { | 9 namespace extensions { |
10 namespace functions { | 10 namespace functions { |
(...skipping 611 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
622 FILEBROWSERPRIVATE_STARTCOPY, | 622 FILEBROWSERPRIVATE_STARTCOPY, |
623 FILEBROWSERPRIVATE_CANCELCOPY, | 623 FILEBROWSERPRIVATE_CANCELCOPY, |
624 NETWORKINGPRIVATE_CREATENETWORK, | 624 NETWORKINGPRIVATE_CREATENETWORK, |
625 BRAILLEDISPLAYPRIVATE_GETDISPLAYSTATE, | 625 BRAILLEDISPLAYPRIVATE_GETDISPLAYSTATE, |
626 BRAILLEDISPLAYPRIVATE_WRITEDOTS, | 626 BRAILLEDISPLAYPRIVATE_WRITEDOTS, |
627 USB_GETDEVICES, | 627 USB_GETDEVICES, |
628 USB_REQUESTACCESS, | 628 USB_REQUESTACCESS, |
629 USB_OPENDEVICE, | 629 USB_OPENDEVICE, |
630 ACTIVITYLOGPRIVATE_DELETEDATABASE, | 630 ACTIVITYLOGPRIVATE_DELETEDATABASE, |
631 ACTIVITYLOGPRIVATE_DELETEURLS, | 631 ACTIVITYLOGPRIVATE_DELETEURLS, |
| 632 FILEBROWSERPRIVATE_REQUESTWEBSTOREACCESSTOKEN, |
632 ENUM_BOUNDARY // Last entry: Add new entries above. | 633 ENUM_BOUNDARY // Last entry: Add new entries above. |
633 }; | 634 }; |
634 | 635 |
635 } // namespace functions | 636 } // namespace functions |
636 } // namespace extensions | 637 } // namespace extensions |
637 | 638 |
638 #endif // CHROME_BROWSER_EXTENSIONS_EXTENSION_FUNCTION_HISTOGRAM_VALUE_H_ | 639 #endif // CHROME_BROWSER_EXTENSIONS_EXTENSION_FUNCTION_HISTOGRAM_VALUE_H_ |
OLD | NEW |