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

Unified Diff: chrome/app/generated_resources.grd

Side-by-side diff isn't available for this file because of its large size.
Issue 2379573008: Add SetImageData api to chrome.clipboard. (Closed)
Patch Set: Adjust clipboard api permissions to method level, etc. Created 3 years, 11 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:
Download patch
Index: chrome/app/generated_resources.grd
diff --git a/chrome/app/generated_resources.grd b/chrome/app/generated_resources.grd
index 4b815f8e1d06f1b5bcb6dd4a5b89237642599d4e..bb9df7cb851597128df157876c2c4b4bb7280bdb 100644
--- a/chrome/app/generated_resources.grd
+++ b/chrome/app/generated_resources.grd
@@ -3891,6 +3891,12 @@ Data associated with this app will be removed from this device.
<message name="IDS_EXTENSION_PROMPT_WARNING_CLIPBOARD" desc="Permission string for access to clipboard.">
Read data you copy and paste
</message>
+ <message name="IDS_EXTENSION_PROMPT_WARNING_CLIPBOARD_READWRITE" desc="Permission string for acess to clipboard for read and write permission.">
Devlin 2016/12/29 16:53:17 typo: access
jennyz 2016/12/29 20:20:03 Done.
+ Access your clipboard
Devlin 2016/12/29 16:53:17 Was this the string given by ui? It seems very te
jennyz 2016/12/29 20:20:03 This is the string given by PM and UI designer. Ch
+ </message>
+ <message name="IDS_EXTENSION_PROMPT_WARNING_CLIPBOARD_WRITE" desc="Permission string for acess to clipboard for write permission.">
+ Copy data to your clipboard
+ </message>
<message name="IDS_EXTENSION_PROMPT_WARNING_DEBUGGER" desc="Permission string for access to debugger.">
Access the page debugger backend
</message>

Powered by Google App Engine
This is Rietveld 408576698