| 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 // See c/c/e/features/* to understand this file, in particular feature.h, | 5 // See c/c/e/features/* to understand this file, in particular feature.h, |
| 6 // simple_feature.h, and base_feature_provider.h. | 6 // simple_feature.h, and base_feature_provider.h. |
| 7 | 7 |
| 8 { | 8 { |
| 9 "activityLogPrivate": { | 9 "activityLogPrivate": { |
| 10 "dependencies": ["permission:activityLogPrivate"], | 10 "dependencies": ["permission:activityLogPrivate"], |
| (...skipping 451 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 462 "contexts": ["blessed_extension"] | 462 "contexts": ["blessed_extension"] |
| 463 }, | 463 }, |
| 464 "serial": { | 464 "serial": { |
| 465 "dependencies": ["permission:serial"], | 465 "dependencies": ["permission:serial"], |
| 466 "contexts": ["blessed_extension"] | 466 "contexts": ["blessed_extension"] |
| 467 }, | 467 }, |
| 468 "sessions": { | 468 "sessions": { |
| 469 "dependencies": ["permission:sessions"], | 469 "dependencies": ["permission:sessions"], |
| 470 "contexts": ["blessed_extension"] | 470 "contexts": ["blessed_extension"] |
| 471 }, | 471 }, |
| 472 "signedInDevices": { |
| 473 "dependencies": ["permission:signedInDevices"], |
| 474 "contexts": ["blessed_extension"] |
| 475 }, |
| 472 "socket": { | 476 "socket": { |
| 473 "dependencies": ["permission:socket"], | 477 "dependencies": ["permission:socket"], |
| 474 "contexts": ["blessed_extension"] | 478 "contexts": ["blessed_extension"] |
| 475 }, | 479 }, |
| 476 "sockets.udp": { | 480 "sockets.udp": { |
| 477 "dependencies": ["permission:sockets.udp"], | 481 "dependencies": ["permission:sockets.udp"], |
| 478 "channel": "dev", | 482 "channel": "dev", |
| 479 "contexts": ["blessed_extension"] | 483 "contexts": ["blessed_extension"] |
| 480 }, | 484 }, |
| 481 "storage": { | 485 "storage": { |
| (...skipping 115 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 597 "webview": { | 601 "webview": { |
| 598 "internal": true, | 602 "internal": true, |
| 599 "dependencies": ["permission:webview"], | 603 "dependencies": ["permission:webview"], |
| 600 "contexts": ["blessed_extension"] | 604 "contexts": ["blessed_extension"] |
| 601 }, | 605 }, |
| 602 "windows": { | 606 "windows": { |
| 603 "dependencies": ["api:tabs"], | 607 "dependencies": ["api:tabs"], |
| 604 "contexts": ["blessed_extension"] | 608 "contexts": ["blessed_extension"] |
| 605 } | 609 } |
| 606 } | 610 } |
| OLD | NEW |