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

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: rebase 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 be084cd0f965e9a1f179b7bdd0255d3f65ceb93b..62e859595941aecaefcc6337e240f807f0711245 100644
--- a/chrome/common/extensions/api/_manifest_features.json
+++ b/chrome/common/extensions/api/_manifest_features.json
@@ -306,6 +306,16 @@
"channel": "dev",
"extension_types": ["extension"]
},
+ "storage": {
+ "channel": "dev",
+ "extension_types": "all",
not at google - send to devlin 2013/05/23 16:56:18 hosted apps shouldn't have access, should be exten
Joao da Silva 2013/05/24 21:31:49 Done.
+ "min_manifest_version": 2
+ },
+ "storage.managed_schema": {
+ "channel": "dev",
+ "extension_types": "all",
not at google - send to devlin 2013/05/23 16:56:18 ditto
Joao da Silva 2013/05/24 21:31:49 Done.
not at google - send to devlin 2013/05/25 00:50:57 incidentally do you really need entries for both?
+ "min_manifest_version": 2
+ },
"system_indicator": {
"channel": "dev",
"extension_types": ["extension", "packaged_app", "platform_app"]

Powered by Google App Engine
This is Rietveld 408576698