Skip to content

Commit

Permalink
Whitelist Google Input Tool for app.window and app.window.alpha
Browse files Browse the repository at this point in the history
BUG=435380

Review URL: https://codereview.chromium.org/748633002

Cr-Commit-Position: refs/heads/master@{#305497}
  • Loading branch information
bshe authored and Commit bot committed Nov 24, 2014
1 parent e82faa1 commit 81455ad
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@
"default_locale": "en",
"incognito": "split",
"permissions": [
"app.window.ime",
"app.window.alpha",
"input",
"unlimitedStorage",
"inputMethodPrivate",
Expand Down
3 changes: 2 additions & 1 deletion chrome/common/extensions/api/_api_features.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,8 @@
"3727DD3E564B6055387425027AD74C58784ACC15", // Quickoffice internal
"12E618C3C6E97495AAECF2AC12DEB082353241C6", // QO component extension
"06BE211D5F014BAB34BC22D9DDA09C63A81D828E", // Official xkb extension
"F94EE6AB36D6C6588670B2B01EB65212D9C64E33" // Open source xkb extension
"F94EE6AB36D6C6588670B2B01EB65212D9C64E33", // Open source xkb extension
"B9EF10DDFEA11EF77873CC5009809E5037FC4C7A" // Google input tools
],
"channel": "stable",
"extension_types": ["hosted_app", "extension", "legacy_packaged_app"],
Expand Down
1 change: 1 addition & 0 deletions extensions/browser/api/app_window/app_window_api.cc
Original file line number Diff line number Diff line change
Expand Up @@ -252,6 +252,7 @@ bool AppWindowCreateFunction::RunAsync() {
"B58B99751225318C7EB8CF4688B5434661083E07", // http://crbug.com/410550
"06BE211D5F014BAB34BC22D9DDA09C63A81D828E", // http://crbug.com/425539
"F94EE6AB36D6C6588670B2B01EB65212D9C64E33",
"B9EF10DDFEA11EF77873CC5009809E5037FC4C7A", // http://crbug.com/435380
#endif
"0F42756099D914A026DADFA182871C015735DD95", // http://crbug.com/323773
"2D22CDB6583FD0A13758AEBE8B15E45208B4E9A7",
Expand Down
1 change: 1 addition & 0 deletions extensions/common/api/_api_features.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@
"noparent": true,
"component_extensions_auto_granted": false,
"whitelist": [
"B9EF10DDFEA11EF77873CC5009809E5037FC4C7A", // Google input tools
"06BE211D5F014BAB34BC22D9DDA09C63A81D828E", // Official xkb extension
"F94EE6AB36D6C6588670B2B01EB65212D9C64E33" // Open source xkb extension
]
Expand Down
6 changes: 4 additions & 2 deletions extensions/common/api/_permission_features.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,8 @@
"extension_types": ["extension"],
"whitelist": [
"06BE211D5F014BAB34BC22D9DDA09C63A81D828E", // http://crbug.com/425539
"F94EE6AB36D6C6588670B2B01EB65212D9C64E33"
"F94EE6AB36D6C6588670B2B01EB65212D9C64E33",
"B9EF10DDFEA11EF77873CC5009809E5037FC4C7A" // http://crbug.com/435380
]
}
],
Expand All @@ -73,7 +74,8 @@
"platforms": ["chromeos"],
"whitelist": [
"06BE211D5F014BAB34BC22D9DDA09C63A81D828E",
"F94EE6AB36D6C6588670B2B01EB65212D9C64E33"
"F94EE6AB36D6C6588670B2B01EB65212D9C64E33",
"B9EF10DDFEA11EF77873CC5009809E5037FC4C7A" // http://crbug.com/435380
]
}
],
Expand Down

0 comments on commit 81455ad

Please sign in to comment.