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

Unified Diff: remoting/webapp/crd/js/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/browser_test/mock_client_plugin.js ('k') | remoting/webapp/crd/js/client_plugin_impl.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: remoting/webapp/crd/js/client_plugin.js
diff --git a/remoting/webapp/crd/js/client_plugin.js b/remoting/webapp/crd/js/client_plugin.js
index 667d45a165df6c31d8c7b504c4ac8fa3c900f43c..d4c7032e015e5f36749e2cb8a526daea608d8654 100644
--- a/remoting/webapp/crd/js/client_plugin.js
+++ b/remoting/webapp/crd/js/client_plugin.js
@@ -112,14 +112,6 @@ remoting.ClientPlugin.prototype.isSupportedVersion = function() {};
remoting.ClientPlugin.prototype.hasFeature = function(feature) {};
/**
- * Enable MediaSource rendering via the specified renderer.
- *
- * @param {remoting.MediaSourceRenderer} mediaSourceRenderer
- */
-remoting.ClientPlugin.prototype.enableMediaSourceRendering =
- function(mediaSourceRenderer) {};
-
-/**
* Sends a clipboard item to the host.
*
* @param {string} mimeType The MIME type of the clipboard item.
@@ -303,7 +295,6 @@ remoting.ClientPlugin.Feature = {
PINLESS_AUTH: 'pinlessAuth',
ALLOW_MOUSE_LOCK: 'allowMouseLock',
EXTENSION_MESSAGE: 'extensionMessage',
- MEDIA_SOURCE_RENDERING: 'mediaSourceRendering',
VIDEO_CONTROL: 'videoControl'
};
« no previous file with comments | « remoting/webapp/browser_test/mock_client_plugin.js ('k') | remoting/webapp/crd/js/client_plugin_impl.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698