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

Unified Diff: remoting/webapp/clipboard.js

Issue 339613003: Remove the blue tool-bar for apps v2. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Made unit-tests side-effect-free. Created 6 years, 5 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/client_session.js ('k') | remoting/webapp/feedback.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: remoting/webapp/clipboard.js
diff --git a/remoting/webapp/clipboard.js b/remoting/webapp/clipboard.js
index 98abce11176ef63c2267101e003551542cf494dd..b917929fe91616349b78439c36d2ed4c6a0526ea 100644
--- a/remoting/webapp/clipboard.js
+++ b/remoting/webapp/clipboard.js
@@ -167,7 +167,7 @@ remoting.Clipboard.prototype.toOs = function(clipboardData) {
remoting.Clipboard.prototype.initiateToHost = function() {
// It would be cleaner to send a paste command to the plugin element,
// but that's not supported.
- console.log('Initiating clipboard paste.');
+ //console.log('Initiating clipboard paste.');
document.execCommand("paste");
};
« no previous file with comments | « remoting/webapp/client_session.js ('k') | remoting/webapp/feedback.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698