Chromium Code Reviews| Index: chrome/common/extensions/permissions/chrome_permission_message_rules.cc |
| diff --git a/chrome/common/extensions/permissions/chrome_permission_message_rules.cc b/chrome/common/extensions/permissions/chrome_permission_message_rules.cc |
| index 1f05d5b46fa3d6910a203da12264cc9587ebd575..c206272eda8e47dec297e3057846e1814d226428 100644 |
| --- a/chrome/common/extensions/permissions/chrome_permission_message_rules.cc |
| +++ b/chrome/common/extensions/permissions/chrome_permission_message_rules.cc |
| @@ -571,6 +571,9 @@ ChromePermissionMessageRule::GetAllRules() { |
| {IDS_EXTENSION_PROMPT_WARNING_CLIPBOARD, |
| {APIPermission::kClipboardRead}, |
| {}}, |
| + {IDS_EXTENSION_PROMPT_WARNING_CLIPBOARD_WRITE, |
| + {APIPermission::kClipboardWrite}, |
|
dcheng
2016/10/04 05:13:27
In the past, we intentionally didn't add a prompt
jennyz
2016/10/04 23:53:54
But is it OK not to warn user about the clipboard
|
| + {}}, |
| {IDS_EXTENSION_PROMPT_WARNING_DESKTOP_CAPTURE, |
| {APIPermission::kDesktopCapture}, |
| {}}, |