Chromium Code Reviews| Index: chrome/test/data/extensions/platform_apps/minimal/manifest.json |
| diff --git a/chrome/test/data/extensions/platform_apps/minimal/manifest.json b/chrome/test/data/extensions/platform_apps/minimal/manifest.json |
| index fc44eb4edf06e6c689e74201f31a7586241a9bb6..8c633b8bbb3370aef2af4eb20c5aeb65f02e49a6 100644 |
| --- a/chrome/test/data/extensions/platform_apps/minimal/manifest.json |
| +++ b/chrome/test/data/extensions/platform_apps/minimal/manifest.json |
| @@ -3,8 +3,7 @@ |
| "version": "1", |
| "manifest_version": 2, |
| "permissions": [ |
| - "experimental", |
| - "appWindow" |
| + "experimental" |
| ], |
| "app": { |
| "background": { |