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

Unified Diff: chrome/browser/resources/gaia_auth/manifest.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
« no previous file with comments | « no previous file | extensions/browser/url_request_util.cc » ('j') | extensions/browser/url_request_util.cc » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/resources/gaia_auth/manifest.json
diff --git a/chrome/browser/resources/gaia_auth/manifest.json b/chrome/browser/resources/gaia_auth/manifest.json
index a5ff0af3bf2442ea6e3d7160ae7141b36f7b4ea0..b25782bdd23628d52b4feca06c06cb122e8dcebf 100644
--- a/chrome/browser/resources/gaia_auth/manifest.json
+++ b/chrome/browser/resources/gaia_auth/manifest.json
@@ -6,6 +6,17 @@
"manifest_version": 2,
"description": "GAIA Component Extension",
"incognito": "split",
+ "permissions": [
+ "webview"
+ ],
+ "webview": {
+ "partitions": [{
+ "name": "",
+ "accessible_resources": [
+ "success.html"
+ ]
+ }]
+ },
"web_accessible_resources": [
"success.html"
]
« no previous file with comments | « no previous file | extensions/browser/url_request_util.cc » ('j') | extensions/browser/url_request_util.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698