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

Unified Diff: remoting/webapp/base/js/application.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/html/main.css ('k') | remoting/webapp/browser_test/mock_client_plugin.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: remoting/webapp/base/js/application.js
diff --git a/remoting/webapp/base/js/application.js b/remoting/webapp/base/js/application.js
index 4e17417fd5088d82415f19ae85489b23ed1e12aa..82bef0f706b39cd4eb050ce5da0d3661529356ec 100644
--- a/remoting/webapp/base/js/application.js
+++ b/remoting/webapp/base/js/application.js
@@ -134,7 +134,7 @@ remoting.Application.prototype.getSessionConnector = function() {
// TODO(garykac): Check if this can be initialized in the ctor.
if (!this.session_connector_) {
this.session_connector_ = remoting.SessionConnector.factory.createConnector(
- document.getElementById('video-container'),
+ document.getElementById('client-container'),
this.onConnected.bind(this),
this.onError.bind(this),
this.onExtensionMessage.bind(this),
« no previous file with comments | « remoting/webapp/base/html/main.css ('k') | remoting/webapp/browser_test/mock_client_plugin.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698