| Index: chrome/test/data/extensions/uitest/simple_api_call/manifest.json
|
| diff --git a/chrome/test/data/extensions/uitest/simple_api_call/manifest.json b/chrome/test/data/extensions/uitest/simple_api_call/manifest.json
|
| index b302c0ecaa70a996e320f31200a62c5d0c710ad9..1918c59f476eb06317b55d5af39a3c0c1eaaed89 100644
|
| --- a/chrome/test/data/extensions/uitest/simple_api_call/manifest.json
|
| +++ b/chrome/test/data/extensions/uitest/simple_api_call/manifest.json
|
| @@ -2,5 +2,6 @@
|
| "key": "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCsaVmPYFjlYABY7y8sEVB5i3/stDIXU8i3bBeQYeaXOg+Jr1vEhaSgKTy3zMY4m3+cnKI7Z/bMpYohS4pQTcwIXS1kEB6taCUUWgm2315zxSH+gUFRyfzBDlS8LZ9tRirFGj8o0R2YQobHgSPyf04Phq4AeMmGSygEJkfGO+Wt8wIDAQAB",
|
| "version": "1.0.0.0",
|
| "name": "ApiCall Test Extension",
|
| - "description": "An extension for an extension UITest."
|
| + "description": "An extension for an extension UITest.",
|
| + "permissions": ["tabs"]
|
| }
|
|
|