| Index: chrome/test/data/extensions/api_test/notifications/no_html/manifest.json
|
| diff --git a/chrome/test/data/extensions/api_test/notifications/has_not_permission/manifest.json b/chrome/test/data/extensions/api_test/notifications/no_html/manifest.json
|
| similarity index 70%
|
| copy from chrome/test/data/extensions/api_test/notifications/has_not_permission/manifest.json
|
| copy to chrome/test/data/extensions/api_test/notifications/no_html/manifest.json
|
| index eca67262234779db58d4583241e475b18602ab81..46366f0326f6338bb2096572d5a6faab556aa7ca 100644
|
| --- a/chrome/test/data/extensions/api_test/notifications/has_not_permission/manifest.json
|
| +++ b/chrome/test/data/extensions/api_test/notifications/no_html/manifest.json
|
| @@ -1,9 +1,9 @@
|
| -{
|
| - "name": "notifications test",
|
| - "version": "1",
|
| - "manifest_version": 2,
|
| - "permissions": [ "tabs" ],
|
| - "background": {
|
| - "scripts": ["background.js"]
|
| - }
|
| -}
|
| +{
|
| + "name": "notifications test",
|
| + "version": "1",
|
| + "manifest_version": 2,
|
| + "permissions": [ "tabs", "notifications" ],
|
| + "background": {
|
| + "scripts": ["background.js"]
|
| + }
|
| +}
|
|
|