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

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

Issue 2831183003: Fix loading success.html at the end of chrome://chrome-signin flow (Closed)
Patch Set: Add code review Created 3 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
Index: extensions/common/api/_manifest_features.json
diff --git a/extensions/common/api/_manifest_features.json b/extensions/common/api/_manifest_features.json
index 8b10f3df75b4a0533bd4a39c1f63de0dd8789c3b..cf59a0b1568595ef5d69bb1febf93166ac2f05bf 100644
--- a/extensions/common/api/_manifest_features.json
+++ b/extensions/common/api/_manifest_features.json
@@ -332,9 +332,20 @@
"location": "component"
}
],
- "webview": {
- "channel": "stable",
- "extension_types": ["platform_app"],
- "min_manifest_version": 2
- }
+ "webview": [
+ {
+ "channel": "stable",
+ "extension_types": [ "platform_app" ],
+ "min_manifest_version": 2
+ },
+ {
+ "channel": "stable",
+ "extension_types": [ "extension" ],
+ "whitelist": [
+ // Chrome sign-in extension needs to load web accessibile resources
+ // at the end of the sign-in flow.
+ "D519188F86D9ACCEE0412007B227D9936EB9676B" // http://crbug.com/709117
+ ]
+ }
+ ]
}
« extensions/browser/url_request_util.cc ('K') | « extensions/browser/url_request_util.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698