| Index: chrome/test/data/extensions/platform_apps/windows_api_alpha_enabled/has_permissions_no_alpha/manifest.json
|
| diff --git a/chrome/test/data/extensions/platform_apps/windows_api_always_on_top/has_old_permissions/manifest.json b/chrome/test/data/extensions/platform_apps/windows_api_alpha_enabled/has_permissions_no_alpha/manifest.json
|
| similarity index 52%
|
| copy from chrome/test/data/extensions/platform_apps/windows_api_always_on_top/has_old_permissions/manifest.json
|
| copy to chrome/test/data/extensions/platform_apps/windows_api_alpha_enabled/has_permissions_no_alpha/manifest.json
|
| index e9a474081036f118cfdce4ac75962f2a28304e76..e4d08efd1c62bc74efa0b60f8dc375aecdcf8576 100644
|
| --- a/chrome/test/data/extensions/platform_apps/windows_api_always_on_top/has_old_permissions/manifest.json
|
| +++ b/chrome/test/data/extensions/platform_apps/windows_api_alpha_enabled/has_permissions_no_alpha/manifest.json
|
| @@ -1,5 +1,5 @@
|
| {
|
| - "name": "Windows API - AlwaysOnTop (old permission)",
|
| + "name": "Windows API - alphaEnabled (Platform doesn't support Alpha)",
|
| "version": "1",
|
| "manifest_version": 2,
|
| "app": {
|
| @@ -7,5 +7,5 @@
|
| "scripts": ["background.js"]
|
| }
|
| },
|
| - "permissions": ["alwaysOnTopWindows"]
|
| + "permissions": ["app.window.alpha"]
|
| }
|
|
|