| Index: chrome/test/data/extensions/platform_apps/windows_api_alpha_enabled/in_stable/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/in_stable/manifest.json
|
| similarity index 55%
|
| 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/in_stable/manifest.json
|
| index e9a474081036f118cfdce4ac75962f2a28304e76..3ba4e42165d8074cbcea076f6da57f88cd94e795 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/in_stable/manifest.json
|
| @@ -1,5 +1,5 @@
|
| {
|
| - "name": "Windows API - AlwaysOnTop (old permission)",
|
| + "name": "Windows API - alphaEnabled (in Stable Channel)",
|
| "version": "1",
|
| "manifest_version": 2,
|
| "app": {
|
| @@ -7,5 +7,5 @@
|
| "scripts": ["background.js"]
|
| }
|
| },
|
| - "permissions": ["alwaysOnTopWindows"]
|
| + "permissions": ["app.window.alpha"]
|
| }
|
|
|