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

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: 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..7d4622303e88141180e79d08d638c0220950789f 100644
--- a/chrome/browser/resources/gaia_auth/manifest_test.json
+++ b/chrome/browser/resources/gaia_auth/manifest_test.json
@@ -31,10 +31,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