| Index: chrome/test/data/extensions/api_test/notification_provider/test_app/manifest.json
|
| diff --git a/chrome/test/data/extensions/api_test/notification_provider/test_app/manifest.json b/chrome/test/data/extensions/api_test/notification_provider/test_app/manifest.json
|
| deleted file mode 100644
|
| index 7ae65cea6391dc0a3d17c36caf693e7452b5392e..0000000000000000000000000000000000000000
|
| --- a/chrome/test/data/extensions/api_test/notification_provider/test_app/manifest.json
|
| +++ /dev/null
|
| @@ -1,14 +0,0 @@
|
| -{
|
| - "name": "New API Notification Provider Test",
|
| - "description": "Tests the notificationProvider API",
|
| - "manifest_version" : 2,
|
| - "version" : "0.1.0",
|
| - "app" : {
|
| - "background" : {
|
| - "scripts" : ["app.js"]
|
| - }
|
| - },
|
| - "permissions" : [
|
| - "notificationProvider"
|
| - ]
|
| -}
|
|
|