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

Unified Diff: chrome/browser/resources/gaia_auth/manifest_test.json

Issue 13872010: cros: Add a header for gaia auth requests. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase, comments in #1 Created 7 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: chrome/browser/resources/gaia_auth/manifest_test.json
diff --git a/chrome/browser/resources/gaia_auth/manifest_test.json b/chrome/browser/resources/gaia_auth/manifest_test.json
index 3b0363a48c207afe7767d43a98981270aabd7fc0..30a3d0f7de8862b8a1b3222e8bda6eaf8a860507 100644
--- a/chrome/browser/resources/gaia_auth/manifest_test.json
+++ b/chrome/browser/resources/gaia_auth/manifest_test.json
@@ -18,6 +18,9 @@
"all_frames": true
}
],
+ "background": {
+ "scripts": ["background.js"]
+ },
"web_accessible_resources": [
"main.css",
"main.html",
@@ -31,10 +34,9 @@
"test/content.js"
],
"permissions": [
- "https://insecure.com/*",
- "https://www.google.com/accounts/*",
- "https://accounts.google.com/*",
- "https://gaiastaging.corp.google.com/*",
- "chrome://oobe/"
+ "background",
+ "webRequest",
+ "webRequestBlocking",
+ "<all_urls>"
]
}

Powered by Google App Engine
This is Rietveld 408576698