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

Unified Diff: remoting/webapp/base/js/host_desktop.js

Issue 1827043004: Remove shaped desktop support from remoting host and client. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 9 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
« no previous file with comments | « remoting/webapp/base/js/client_plugin_impl.js ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: remoting/webapp/base/js/host_desktop.js
diff --git a/remoting/webapp/base/js/host_desktop.js b/remoting/webapp/base/js/host_desktop.js
index 83a4d765b5ab71f34ece62b7003bd5868022b5c1..942c08595652ac525c315121c12ef50a98b76dc3 100644
--- a/remoting/webapp/base/js/host_desktop.js
+++ b/remoting/webapp/base/js/host_desktop.js
@@ -24,10 +24,6 @@ remoting.HostDesktop.Events = {
// Fired when the size of the host desktop changes with the desktop dimensions
// {{width:number, height:number, xDpi:number, yDpi:number}}
sizeChanged: 'sizeChanged',
- // Fired when the shape of the host desktop changes with an array of
- // rectangles of desktop shapes as the event data.
- // Array<{left:number, top:number, width:number, height:number}>
- shapeChanged: 'shapeChanged'
};
/**
« no previous file with comments | « remoting/webapp/base/js/client_plugin_impl.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698