| 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 482 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 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 MEDIAGALLERIESPRIVATE_GETHANDLERS, | 499 MEDIAGALLERIESPRIVATE_GETHANDLERS, |
| 500 WALLPAPERPRIVATE_RESETWALLPAPER, | 500 WALLPAPERPRIVATE_RESETWALLPAPER, |
| 501 DEVELOPERPRIVATE_PERMISSIONS, | 501 DEVELOPERPRIVATE_PERMISSIONS, |
| 502 WEBSTOREPRIVATE_ENABLEAPPLAUNCHER, | 502 WEBSTOREPRIVATE_ENABLEAPPLAUNCHER, |
| 503 APP_CURRENTWINDOWINTERNAL_FULLSCREEN, |
| 503 ENUM_BOUNDARY // Last entry: Add new entries above. | 504 ENUM_BOUNDARY // Last entry: Add new entries above. |
| 504 }; | 505 }; |
| 505 | 506 |
| 506 } // namespace functions | 507 } // namespace functions |
| 507 } // namespace extensions | 508 } // namespace extensions |
| 508 | 509 |
| 509 #endif // CHROME_BROWSER_EXTENSIONS_EXTENSION_FUNCTION_HISTOGRAM_VALUE_H_ | 510 #endif // CHROME_BROWSER_EXTENSIONS_EXTENSION_FUNCTION_HISTOGRAM_VALUE_H_ |
| OLD | NEW |