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

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

Issue 10349015: Make platform apps get isolated storage by default. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 8 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/browser/profiles/profile_impl.cc ('k') | chrome/common/extensions/extension.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 20a96c574469df34c239b46302f61d5b9fca1665..1569c723b24bf241ea1b6a859b7077e97ea54cc5 100644
--- a/chrome/common/extensions/api/_manifest_features.json
+++ b/chrome/common/extensions/api/_manifest_features.json
@@ -11,6 +11,12 @@
"channel": "stable",
"extension_types": ["packaged_app", "hosted_app"]
},
+ "app.isolation": {
+ "channel": "stable",
+ // Platform apps always have isolated storage, thus they cannot specify it
+ // via the manifest.
+ "extension_types": ["packaged_app", "hosted_app"]
+ },
"background": {
"channel": "stable",
"extension_types": [
« no previous file with comments | « chrome/browser/profiles/profile_impl.cc ('k') | chrome/common/extensions/extension.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698