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

Unified Diff: remoting/webapp/manifest.json

Issue 9703003: [Chromoting] Let the webapp detect new clipboard text items when it gets focus. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Sync. Created 8 years, 9 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 | « remoting/webapp/main.html ('k') | remoting/webapp/remoting.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: remoting/webapp/manifest.json
diff --git a/remoting/webapp/manifest.json b/remoting/webapp/manifest.json
index cf707e4f12754515bffc87b30181361f6d9e3721..6696918c273aa51e7ecfbb414db2227d605c841b 100644
--- a/remoting/webapp/manifest.json
+++ b/remoting/webapp/manifest.json
@@ -25,7 +25,9 @@
"https://accounts.google.com/o/oauth2/*",
"https://www.google.com/accounts/*",
"https://www.googleapis.com/chromoting/*",
- "https://talkgadget.google.com/talkgadget/*"
+ "https://talkgadget.google.com/talkgadget/*",
+ "clipboardRead",
+ "clipboardWrite"
],
"plugins": [
{ "path": "remoting_host_plugin.dll", "public": false },
« no previous file with comments | « remoting/webapp/main.html ('k') | remoting/webapp/remoting.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698