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

Unified Diff: chrome/test/data/extensions/platform_apps/windows_api_ime/no_permissions_whitelisted/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/no_permissions_whitelisted/manifest.json
diff --git a/chrome/test/data/extensions/platform_apps/windows_api_ime/no_permissions_whitelisted/manifest.json b/chrome/test/data/extensions/platform_apps/windows_api_ime/no_permissions_whitelisted/manifest.json
new file mode 100644
index 0000000000000000000000000000000000000000..a0500b5ba58b6efa91d482ced7334ad91ee2565c
--- /dev/null
+++ b/chrome/test/data/extensions/platform_apps/windows_api_ime/no_permissions_whitelisted/manifest.json
@@ -0,0 +1,9 @@
+{
+ "name": "Windows API - ime (Has Permissions)",
+ "key": "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQC7C0oB6YTnf69uhWnVTZl5TB/psHrJXgIPLYchFb0whlVCG8fqMo9lW/oxBmZXZ3N8T7zZrdYI/SUjoc9I5R/dMVVD2q4iKox+x7xlTbqSdVeOb6b9ZVJ24pLbO1L7feSNSBgR0t61jrC2eY/gf78h7w58UEQBPFT2mUxhhwodyQIDAQAB",
+ "version": "1",
+ "manifest_version": 2,
+ "background": {
+ "scripts": ["background.js"]
+ }
+}

Powered by Google App Engine
This is Rietveld 408576698