Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(626)

Unified Diff: chrome/common/extensions/api/_permission_features.json

Issue 389633002: Move system.* family of APIs to extensions/ (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebased Created 6 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « chrome/common/extensions/api/_api_features.json ('k') | chrome/common/extensions/api/schemas.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/common/extensions/api/_permission_features.json
diff --git a/chrome/common/extensions/api/_permission_features.json b/chrome/common/extensions/api/_permission_features.json
index 11c7e1691a1472c59f9292841aea558e1e0b12cd..713a82e02adfc2ccd33a890fb444ad213db623f7 100644
--- a/chrome/common/extensions/api/_permission_features.json
+++ b/chrome/common/extensions/api/_permission_features.json
@@ -1021,61 +1021,6 @@
"34967F9FA3C399E1EC380B443D7331AA93AC445B" // http://crbug.com/400436
]
},
- "system.cpu": [
- {
- "channel": "stable",
- "extension_types": ["extension", "legacy_packaged_app", "platform_app"]
- },
- {
- "channel": "stable",
- "extension_types": ["hosted_app"],
- "whitelist": ["B44D08FD98F1523ED5837D78D0A606EA9D6206E5"] // Web Store
- }
- ],
- "system.memory": [
- {
- "channel": "stable",
- "extension_types": ["extension", "legacy_packaged_app", "platform_app"]
- },
- {
- "channel": "stable",
- "extension_types": ["hosted_app"],
- "whitelist": ["B44D08FD98F1523ED5837D78D0A606EA9D6206E5"] // Web Store
- }
- ],
- "system.network": [
- {
- "channel": "stable",
- "extension_types": ["platform_app"]
- },
- {
- "channel": "stable",
- "extension_types": ["hosted_app"],
- "whitelist": ["B44D08FD98F1523ED5837D78D0A606EA9D6206E5"] // Web Store
- }
- ],
- "system.storage": [
- {
- "channel": "stable",
- "extension_types": ["extension", "legacy_packaged_app", "platform_app"]
- },
- {
- "channel": "stable",
- "extension_types": ["hosted_app"],
- "whitelist": ["B44D08FD98F1523ED5837D78D0A606EA9D6206E5"] // Web Store
- }
- ],
- "system.display": [
- {
- "channel": "stable",
- "extension_types": ["extension", "legacy_packaged_app", "platform_app"]
- },
- {
- "channel": "stable",
- "extension_types": ["hosted_app"],
- "whitelist": ["B44D08FD98F1523ED5837D78D0A606EA9D6206E5"] // Web Store
- }
- ],
"systemPrivate": {
"channel": "stable",
"extension_types": ["extension", "legacy_packaged_app", "platform_app"],
« no previous file with comments | « chrome/common/extensions/api/_api_features.json ('k') | chrome/common/extensions/api/schemas.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698