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

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: Updated 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..448a8736a619af5823479a6f6ff1627397cde635 100644
--- a/chrome/common/extensions/api/_manifest_features.json
+++ b/chrome/common/extensions/api/_manifest_features.json
@@ -374,5 +374,9 @@
"extension_types": [
"extension", "legacy_packaged_app", "hosted_app"
]
+ },
+ "webview": {
+ "channel": "dev",
+ "extension_types": ["platform_app"]
Matt Perry 2013/09/25 01:13:54 add min_manifest_version: 2
Fady Samuel 2013/09/25 03:29:31 Done.
}
}

Powered by Google App Engine
This is Rietveld 408576698