Index: remoting/webapp/crd/js/client_session.js |
diff --git a/remoting/webapp/crd/js/client_session.js b/remoting/webapp/crd/js/client_session.js |
index 0328535c891952982d60c997fffbf14df27ac3c4..05a8a99084bae5c8dabef215f2520bb926ac80de 100644 |
--- a/remoting/webapp/crd/js/client_session.js |
+++ b/remoting/webapp/crd/js/client_session.js |
@@ -567,18 +567,6 @@ remoting.ClientSession.prototype.logHostOfflineErrors = function(enable) { |
}; |
/** |
- * Sends a clipboard item to the host. |
- * |
- * @param {string} mimeType The MIME type of the clipboard item. |
- * @param {string} item The clipboard item. |
- */ |
-remoting.ClientSession.prototype.sendClipboardItem = function(mimeType, item) { |
- if (!this.plugin_) |
- return; |
- this.plugin_.sendClipboardItem(mimeType, item); |
-}; |
- |
-/** |
* Sends an extension message to the host. |
* |
* @param {string} type The message type. |