| 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>"
|
| ]
|
| }
|
|
|