| Index: remoting/webapp/browser_test/mock_client_plugin.js
|
| diff --git a/remoting/webapp/browser_test/mock_client_plugin.js b/remoting/webapp/browser_test/mock_client_plugin.js
|
| index 6a7cba3bcc01115235e099eb21d137a43278148e..e161a8f830b4facdb91563fd904d822a3b1c08df 100644
|
| --- a/remoting/webapp/browser_test/mock_client_plugin.js
|
| +++ b/remoting/webapp/browser_test/mock_client_plugin.js
|
| @@ -97,9 +97,6 @@ remoting.MockClientPlugin.prototype.hasFeature = function(feature) {
|
| return false;
|
| };
|
|
|
| -remoting.MockClientPlugin.prototype.enableMediaSourceRendering =
|
| - function(mediaSourceRenderer) {};
|
| -
|
| remoting.MockClientPlugin.prototype.sendClipboardItem =
|
| function(mimeType, item) {};
|
|
|
|
|