| 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 442 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 453 "contexts": ["blessed_extension"] | 453 "contexts": ["blessed_extension"] |
| 454 }, | 454 }, |
| 455 "systemInfo.cpu": { | 455 "systemInfo.cpu": { |
| 456 "dependencies": ["permission:systemInfo.cpu"], | 456 "dependencies": ["permission:systemInfo.cpu"], |
| 457 "contexts": ["blessed_extension"] | 457 "contexts": ["blessed_extension"] |
| 458 }, | 458 }, |
| 459 "systemInfo.display": { | 459 "systemInfo.display": { |
| 460 "dependencies": ["permission:systemInfo.display"], | 460 "dependencies": ["permission:systemInfo.display"], |
| 461 "contexts": ["blessed_extension"] | 461 "contexts": ["blessed_extension"] |
| 462 }, | 462 }, |
| 463 "systemInfo.memory": { | 463 "system.memory": { |
| 464 "dependencies": ["permission:systemInfo.memory"], | 464 "dependencies": ["permission:system.memory"], |
| 465 "contexts": ["blessed_extension"] | 465 "contexts": ["blessed_extension"] |
| 466 }, | 466 }, |
| 467 "systemPrivate": { | 467 "systemPrivate": { |
| 468 "dependencies": ["permission:systemPrivate"], | 468 "dependencies": ["permission:systemPrivate"], |
| 469 "contexts": ["blessed_extension"] | 469 "contexts": ["blessed_extension"] |
| 470 }, | 470 }, |
| 471 "tabCapture": { | 471 "tabCapture": { |
| 472 "dependencies": ["permission:tabCapture"], | 472 "dependencies": ["permission:tabCapture"], |
| 473 "contexts": ["blessed_extension"] | 473 "contexts": ["blessed_extension"] |
| 474 }, | 474 }, |
| (...skipping 74 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 549 }, | 549 }, |
| 550 "webview": { | 550 "webview": { |
| 551 "dependencies": ["permission:webview"], | 551 "dependencies": ["permission:webview"], |
| 552 "contexts": ["blessed_extension"] | 552 "contexts": ["blessed_extension"] |
| 553 }, | 553 }, |
| 554 "windows": { | 554 "windows": { |
| 555 "dependencies": ["permission:tabs"], | 555 "dependencies": ["permission:tabs"], |
| 556 "contexts": ["blessed_extension"] | 556 "contexts": ["blessed_extension"] |
| 557 } | 557 } |
| 558 } | 558 } |
| OLD | NEW |