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

Unified Diff: extensions/common/api/_permission_features.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
« no previous file with comments | « extensions/common/api/_api_features.json ('k') | extensions/common/api/app_window.idl » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: extensions/common/api/_permission_features.json
diff --git a/extensions/common/api/_permission_features.json b/extensions/common/api/_permission_features.json
index 83b7b2b57f34d01300c25c2d80d7c5669e1eecd4..68d725dbf59c3c291d614b5710c0776a54cb6f91 100644
--- a/extensions/common/api/_permission_features.json
+++ b/extensions/common/api/_permission_features.json
@@ -58,6 +58,17 @@
"channel": "stable",
"extension_types": ["platform_app"]
},
+ "app.window.ime": [
+ {
+ "channel": "stable",
+ "extension_types": ["extension"],
+ "platforms": ["chromeos"],
+ "whitelist": [
+ "06BE211D5F014BAB34BC22D9DDA09C63A81D828E",
+ "F94EE6AB36D6C6588670B2B01EB65212D9C64E33"
+ ]
+ }
+ ],
"audioCapture": [
{
"channel": "stable",
« no previous file with comments | « extensions/common/api/_api_features.json ('k') | extensions/common/api/app_window.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698