Chromium Code Reviews| Index: chrome/common/extensions/api/_permission_features.json |
| diff --git a/chrome/common/extensions/api/_permission_features.json b/chrome/common/extensions/api/_permission_features.json |
| index 37f368c827ec05e4dfbb538b4d257c3e0040ff8b..dc3219c2a8d67049f4d1f92ec5be6c5a78bf2fb3 100644 |
| --- a/chrome/common/extensions/api/_permission_features.json |
| +++ b/chrome/common/extensions/api/_permission_features.json |
| @@ -150,6 +150,12 @@ |
| "extension", "legacy_packaged_app", "hosted_app", "platform_app" |
| ] |
| }, |
| + "clipboardReadWrite": { |
|
Devlin
2016/11/16 02:34:33
Why do we need this permission?
jennyz
2016/12/07 01:21:48
This permission is need to showing the warning str
Devlin
2016/12/09 15:23:43
But we have clipboardRead and clipboardWrite; can'
Devlin
2016/12/16 02:05:08
This still wasn't answered, either?
Devlin
2016/12/20 21:25:02
Again, this doesn't seem to have been answered.
jennyz
2016/12/20 22:16:53
Yes, that was what I originally did. But UI design
Devlin
2016/12/21 23:58:38
We should be able to solve that using permission r
jennyz
2016/12/22 22:45:20
Removed this permission and changed to add a permi
|
| + "channel": "dev", |
| + "extension_types": [ |
| + "extension", "legacy_packaged_app", "hosted_app", "platform_app" |
| + ] |
| + }, |
| "clipboardWrite": { |
| "channel": "stable", |
| "extension_types": [ |