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

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

Issue 22793018: <webview>: Implement support for package-local chrome-extension:// URLs (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Added a test to verify that a privileged partition can access a local resource Created 7 years, 3 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 81a842778f89046f0dd09a45abd8c14becbcefe3..46e0057815275fc6a0cfa2204fe55212c54753ee 100644
--- a/chrome/common/extensions/api/_manifest_features.json
+++ b/chrome/common/extensions/api/_manifest_features.json
@@ -374,5 +374,13 @@
"extension_types": [
"extension", "legacy_packaged_app", "hosted_app"
]
+ },
+ "webview_accessible_resources": {
Matt Perry 2013/09/24 21:06:54 Now that I think about it, maybe these should be g
Fady Samuel 2013/09/24 23:05:02 Agreed, that seems cleaner. Done!
+ "channel": "dev",
+ "extension_types": ["platform_app"]
+ },
+ "webview_privileged_partitions": {
+ "channel": "dev",
+ "extension_types": ["platform_app"]
}
}

Powered by Google App Engine
This is Rietveld 408576698