| Index: chrome/test/data/extensions/app_notifications/manifest.json
|
| diff --git a/chrome/test/data/extensions/app_notifications/manifest.json b/chrome/test/data/extensions/app_notifications/manifest.json
|
| index 9b4bd1ebe39ae67a82a5a88d878ae7c6f4c09bd1..af41f64a2264ca777269f5a2a054c38d7317b1e7 100644
|
| --- a/chrome/test/data/extensions/app_notifications/manifest.json
|
| +++ b/chrome/test/data/extensions/app_notifications/manifest.json
|
| @@ -1,7 +1,7 @@
|
| {
|
| "name": "Notifications Test App",
|
| "version": "0.5",
|
| - "permissions": ["experimental"],
|
| + "permissions": ["appNotifications"],
|
| "app": {
|
| "launch": {
|
| "local_path": "launch.html"
|
|
|