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

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

Issue 14587009: Added a PolicyManifestHandler. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: actually upload changes 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/_manifest_features.json
diff --git a/chrome/common/extensions/api/_manifest_features.json b/chrome/common/extensions/api/_manifest_features.json
index 0b72bef8a45e9dee63d76b48482b2550c79d0cc8..1681d1aec03323cb77ec09f83099b76982736291 100644
--- a/chrome/common/extensions/api/_manifest_features.json
+++ b/chrome/common/extensions/api/_manifest_features.json
@@ -312,6 +312,16 @@
"channel": "dev",
"extension_types": ["extension"]
},
+ "storage": {
+ "channel": "dev",
+ "extension_types": "all",
+ "min_manifest_version": 2
+ },
+ "storage.managed_schema": {
+ "channel": "dev",
+ "extension_types": "all",
+ "min_manifest_version": 2
+ },
"system_indicator": {
"channel": "dev",
"extension_types": ["extension", "packaged_app", "platform_app"]

Powered by Google App Engine
This is Rietveld 408576698