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

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: No ash/ dependency anymore Created 6 years, 4 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
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 d64051a88225e2d083be7ef3817f0c656ae25806..8f7edcabdc3ae21610b5e3b60d40c6a68a040c40 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"],

Powered by Google App Engine
This is Rietveld 408576698