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

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: Fix comment 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..e8bd4caf151b64975b852c5e99cdfcd33f6daa04 100644
--- a/extensions/common/api/_manifest_features.json
+++ b/extensions/common/api/_manifest_features.json
@@ -332,9 +332,18 @@
"location": "component"
}
],
- "webview": {
- "channel": "stable",
- "extension_types": ["platform_app"],
- "min_manifest_version": 2
- }
+ "webview": [
Devlin 2017/04/26 01:59:37 If we accept the fact that the signin extension is
msarda 2017/04/26 11:14:35 I think the 2 things are different, so I prefer th
Devlin 2017/04/26 16:02:30 I understand they affect different bits, but my po
Charlie Reis 2017/04/26 20:10:25 I like this proposal-- thanks for elaborating on w
msarda 2017/04/27 12:28:45 Done.
+ {
+ "channel": "stable",
+ "extension_types": [ "platform_app" ],
+ "min_manifest_version": 2
+ },
+ {
+ "channel": "stable",
+ "extension_types": [ "extension" ],
+ "whitelist": [
+ "mfffpogegjflfpflabcdkioaeobkgjik"
+ ]
+ }
+ ]
}
« 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