| 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 448 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 459 "contexts": ["blessed_extension"] | 459 "contexts": ["blessed_extension"] |
| 460 }, | 460 }, |
| 461 "system.cpu": { | 461 "system.cpu": { |
| 462 "dependencies": ["permission:system.cpu"], | 462 "dependencies": ["permission:system.cpu"], |
| 463 "contexts": ["blessed_extension"] | 463 "contexts": ["blessed_extension"] |
| 464 }, | 464 }, |
| 465 "system.display": { | 465 "system.display": { |
| 466 "dependencies": ["permission:system.display"], | 466 "dependencies": ["permission:system.display"], |
| 467 "contexts": ["blessed_extension"] | 467 "contexts": ["blessed_extension"] |
| 468 }, | 468 }, |
| 469 "systemInfo.memory": { | 469 "system.memory": { |
| 470 "dependencies": ["permission:systemInfo.memory"], | 470 "dependencies": ["permission:system.memory"], |
| 471 "contexts": ["blessed_extension"] | 471 "contexts": ["blessed_extension"] |
| 472 }, | 472 }, |
| 473 "systemPrivate": { | 473 "systemPrivate": { |
| 474 "dependencies": ["permission:systemPrivate"], | 474 "dependencies": ["permission:systemPrivate"], |
| 475 "contexts": ["blessed_extension"] | 475 "contexts": ["blessed_extension"] |
| 476 }, | 476 }, |
| 477 "tabCapture": { | 477 "tabCapture": { |
| 478 "dependencies": ["permission:tabCapture"], | 478 "dependencies": ["permission:tabCapture"], |
| 479 "contexts": ["blessed_extension"] | 479 "contexts": ["blessed_extension"] |
| 480 }, | 480 }, |
| (...skipping 74 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 555 }, | 555 }, |
| 556 "webview": { | 556 "webview": { |
| 557 "dependencies": ["permission:webview"], | 557 "dependencies": ["permission:webview"], |
| 558 "contexts": ["blessed_extension"] | 558 "contexts": ["blessed_extension"] |
| 559 }, | 559 }, |
| 560 "windows": { | 560 "windows": { |
| 561 "dependencies": ["permission:tabs"], | 561 "dependencies": ["permission:tabs"], |
| 562 "contexts": ["blessed_extension"] | 562 "contexts": ["blessed_extension"] |
| 563 } | 563 } |
| 564 } | 564 } |
| OLD | NEW |