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

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

Issue 503383002: Allow component IME extension use app.window and add 'ime' window type for app window (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 3 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_ime/has_permissions_platform_app/manifest.json
diff --git a/chrome/test/data/extensions/platform_apps/windows_api_always_on_top/has_permissions/manifest.json b/chrome/test/data/extensions/platform_apps/windows_api_ime/has_permissions_platform_app/manifest.json
similarity index 59%
copy from chrome/test/data/extensions/platform_apps/windows_api_always_on_top/has_permissions/manifest.json
copy to chrome/test/data/extensions/platform_apps/windows_api_ime/has_permissions_platform_app/manifest.json
index a86b8f3699e63230869e20e3abc666df55e617fd..2ce18584d0375e8909c9515ef6cf5651d779d044 100644
--- a/chrome/test/data/extensions/platform_apps/windows_api_always_on_top/has_permissions/manifest.json
+++ b/chrome/test/data/extensions/platform_apps/windows_api_ime/has_permissions_platform_app/manifest.json
@@ -1,5 +1,5 @@
{
- "name": "Windows API - AlwaysOnTop",
+ "name": "Windows API - ime (Has Permissions)",
"version": "1",
"manifest_version": 2,
"app": {
@@ -7,5 +7,5 @@
"scripts": ["background.js"]
}
},
- "permissions": ["app.window.alwaysOnTop"]
+ "permissions": ["app.window.ime"]
}

Powered by Google App Engine
This is Rietveld 408576698