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

Unified Diff: remoting/webapp/crd/js/desktop_remoting.js

Issue 1143453007: remoting.WindowShape clean up. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 7 months 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
Index: remoting/webapp/crd/js/desktop_remoting.js
diff --git a/remoting/webapp/crd/js/desktop_remoting.js b/remoting/webapp/crd/js/desktop_remoting.js
index 7cf42f4a8b68cdaf679f9b955f1355753c7cc89c..efdf1eb959cc25ac6af3411982af54886b358841 100644
--- a/remoting/webapp/crd/js/desktop_remoting.js
+++ b/remoting/webapp/crd/js/desktop_remoting.js
@@ -119,8 +119,6 @@ remoting.DesktopRemoting.prototype.initApplication_ = function() {
remoting.manageHelpAndFeedback(
document.getElementById('help-feedback-main'));
- remoting.windowShape.updateClientWindowShape();
kelvinp 2015/05/18 23:21:18 windowShape is not used in CRD.
-
remoting.showOrHideIT2MeUi();
remoting.showOrHideMe2MeUi();

Powered by Google App Engine
This is Rietveld 408576698