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 519 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
530 WEBVIEW_INSERTCSS, | 530 WEBVIEW_INSERTCSS, |
531 METRICSPRIVATE_GETISCRASHRECORDINGENABLED, | 531 METRICSPRIVATE_GETISCRASHRECORDINGENABLED, |
532 IDENTITYPRIVATE_GETRESOURCES, | 532 IDENTITYPRIVATE_GETRESOURCES, |
533 NOTIFICATIONS_GET_ALL, | 533 NOTIFICATIONS_GET_ALL, |
534 USB_LISTINTERFACES, | 534 USB_LISTINTERFACES, |
535 FILESYSTEM_RETAINENTRY, | 535 FILESYSTEM_RETAINENTRY, |
536 FILESYSTEM_ISRESTORABLE, | 536 FILESYSTEM_ISRESTORABLE, |
537 FILESYSTEM_RESTOREENTRY, | 537 FILESYSTEM_RESTOREENTRY, |
538 RUNTIME_SETUNINSTALLURL, | 538 RUNTIME_SETUNINSTALLURL, |
539 INPUTMETHODPRIVATE_STARTIME, | 539 INPUTMETHODPRIVATE_STARTIME, |
| 540 MUSICMANAGERPRIVATE_GETDEVICEID, |
540 ENUM_BOUNDARY // Last entry: Add new entries above. | 541 ENUM_BOUNDARY // Last entry: Add new entries above. |
541 }; | 542 }; |
542 | 543 |
543 } // namespace functions | 544 } // namespace functions |
544 } // namespace extensions | 545 } // namespace extensions |
545 | 546 |
546 #endif // CHROME_BROWSER_EXTENSIONS_EXTENSION_FUNCTION_HISTOGRAM_VALUE_H_ | 547 #endif // CHROME_BROWSER_EXTENSIONS_EXTENSION_FUNCTION_HISTOGRAM_VALUE_H_ |
OLD | NEW |