| Index: chrome/test/data/extensions/api_test/extension_resource_request_policy/extension/manifest.json
|
| diff --git a/chrome/test/data/extensions/api_test/extension_resource_request_policy/extension/manifest.json b/chrome/test/data/extensions/api_test/extension_resource_request_policy/extension/manifest.json
|
| index 588a67978265c7d10462d7075f4710010f167da1..94ea39475fcf5d4c7be1d7461551fc2ccbea907f 100644
|
| --- a/chrome/test/data/extensions/api_test/extension_resource_request_policy/extension/manifest.json
|
| +++ b/chrome/test/data/extensions/api_test/extension_resource_request_policy/extension/manifest.json
|
| @@ -2,6 +2,6 @@
|
| "description": "Extension 1",
|
| "key": "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQDPOziAf8MbTjdUo6DysZ4nAU/2f/kwYnftyKkxI1GyTlbStprGy+Y2ek4/59QbE3xEE+dIIuYeObM4QTptpcFMg956ZLFoeDg41Pg3tzUrbltgG8hXTbBxN852FJx2kdaqa/MKUUsJKGSD5hkUmvZRADGGWhMWzvz64ao1h02xJQIDAQAB",
|
| "name": "test",
|
| - "permissions": [ "http://a.com/*" ],
|
| + "permissions": [ "http://a.com/*", "http://127.0.0.1/*" ],
|
| "version": "0.1"
|
| }
|
|
|