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

Unified Diff: remoting/webapp/browser_test/mock_client_plugin.js

Issue 825793002: Remove MediaStream renderer from the webapp. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years 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/base/js/application.js ('k') | remoting/webapp/crd/js/client_plugin.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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) {};
« no previous file with comments | « remoting/webapp/base/js/application.js ('k') | remoting/webapp/crd/js/client_plugin.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698