Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(92)

Unified Diff: chrome/test/data/extensions/platform_apps/windows_api_alpha_enabled/in_stable/manifest.json

Issue 190533006: Add support for transparent background API (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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"]
}

Powered by Google App Engine
This is Rietveld 408576698