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

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

Issue 456943004: Fix SetShape (SetAlphaShape) to allow Null regions (+ tests). (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Add missing delete; Remove unnecessary layer check" 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_shape/manifest.json
diff --git a/chrome/test/data/extensions/platform_apps/windows_api_get/manifest.json b/chrome/test/data/extensions/platform_apps/windows_api_shape/manifest.json
similarity index 60%
copy from chrome/test/data/extensions/platform_apps/windows_api_get/manifest.json
copy to chrome/test/data/extensions/platform_apps/windows_api_shape/manifest.json
index bbd3a807c53b9188371d323f8940336e10118397..d2f4b849d042a4fe4e3c674711d70777c28e734b 100644
--- a/chrome/test/data/extensions/platform_apps/windows_api_get/manifest.json
+++ b/chrome/test/data/extensions/platform_apps/windows_api_shape/manifest.json
@@ -1,10 +1,11 @@
{
- "name": "Windows API - get/getAll",
+ "name": "Windows API - setShape",
"version": "1",
"manifest_version": 2,
"app": {
"background": {
"scripts": ["background.js"]
}
- }
+ },
+ "permissions": ["app.window.shape"]
}

Powered by Google App Engine
This is Rietveld 408576698