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 478 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
489 ECHOPRIVATE_GETUSERCONSENT, | 489 ECHOPRIVATE_GETUSERCONSENT, |
490 SYNCFILESYSTEM_SETCONFLICTRESOLUTIONPOLICY, | 490 SYNCFILESYSTEM_SETCONFLICTRESOLUTIONPOLICY, |
491 SYNCFILESYSTEM_GETCONFLICTRESOLUTIONPOLICY, | 491 SYNCFILESYSTEM_GETCONFLICTRESOLUTIONPOLICY, |
492 NETWORKINGPRIVATE_SETPROPERTIES, | 492 NETWORKINGPRIVATE_SETPROPERTIES, |
493 NETWORKINGPRIVATE_GETSTATE, | 493 NETWORKINGPRIVATE_GETSTATE, |
494 POWER_REQUESTKEEPAWAKE, | 494 POWER_REQUESTKEEPAWAKE, |
495 POWER_RELEASEKEEPAWAKE, | 495 POWER_RELEASEKEEPAWAKE, |
496 WALLPAPERPRIVATE_SETCUSTOMWALLPAPERLAYOUT, | 496 WALLPAPERPRIVATE_SETCUSTOMWALLPAPERLAYOUT, |
497 DOWNLOADSINTERNAL_DETERMINEFILENAME, | 497 DOWNLOADSINTERNAL_DETERMINEFILENAME, |
498 SYNCFILESYSTEM_GETFILESYNCSTATUSES, | 498 SYNCFILESYSTEM_GETFILESYNCSTATUSES, |
| 499 USB_LISTINTERFACES, |
499 ENUM_BOUNDARY // Last entry: Add new entries above. | 500 ENUM_BOUNDARY // Last entry: Add new entries above. |
500 }; | 501 }; |
501 | 502 |
502 } // namespace functions | 503 } // namespace functions |
503 } // namespace extensions | 504 } // namespace extensions |
504 | 505 |
505 #endif // CHROME_BROWSER_EXTENSIONS_EXTENSION_FUNCTION_HISTOGRAM_VALUE_H_ | 506 #endif // CHROME_BROWSER_EXTENSIONS_EXTENSION_FUNCTION_HISTOGRAM_VALUE_H_ |
OLD | NEW |