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

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

Issue 15817008: Move systemInfo.cpu API out out experimental namespace. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 7 years, 7 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 97444d2769a1037c7c033ee9ff816aaff4ab546c..c147abe1427016b580e4905849ebf45662c82ca3 100644
--- a/chrome/common/extensions/api/_permission_features.json
+++ b/chrome/common/extensions/api/_permission_features.json
@@ -477,6 +477,12 @@
"extension_types": ["extension", "packaged_app", "platform_app"],
"min_manifest_version": 2
},
+ "systemInfo.cpu": {
+ "channel": "dev",
+ "extension_types": [
+ "extension", "packaged_app", "hosted_app", "platform_app"
+ ]
+ },
"systemInfo.display": {
"channel": "stable",
"extension_types": ["extension", "packaged_app", "platform_app"]

Powered by Google App Engine
This is Rietveld 408576698