|
[Webapp Refactor] Remove remoting.clientSession.
remoting.clientSession is currently referenced for two purposes:
1. Disconnecting a session.
2. The ClientPlugin uses it to notify the clientSession when video
frames are received.
For (1), this CL added a stop() method to the Activity interface.
Client code at access the Activity through the Application and call stop()
for disconnecting.
(2) is currently dead code that is not being used. It is removed in this CL.
BUG= 477119
Committed: https://crrev.com/d7f0d7b7cbdd2b4645bcca1b8703307b9d7266a5
Cr-Commit-Position: refs/heads/master@{#325196}
Total comments: 5
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+113 lines, -63 lines) |
Patch |
 |
M |
chrome/test/remoting/remote_desktop_browsertest.cc
|
View
|
1
2
3
4
|
2 chunks |
+2 lines, -4 lines |
0 comments
|
Download
|
 |
M |
remoting/webapp/app_remoting/js/app_remoting.js
|
View
|
1
2
3
|
1 chunk |
+4 lines, -0 lines |
0 comments
|
Download
|
 |
M |
remoting/webapp/app_remoting/js/app_remoting_activity.js
|
View
|
1
2
3
|
6 chunks |
+22 lines, -8 lines |
0 comments
|
Download
|
 |
M |
remoting/webapp/base/js/application.js
|
View
|
|
4 chunks |
+12 lines, -13 lines |
0 comments
|
Download
|
 |
M |
remoting/webapp/browser_test/browser_test.js
|
View
|
|
1 chunk |
+6 lines, -1 line |
0 comments
|
Download
|
 |
M |
remoting/webapp/crd/js/activity.js
|
View
|
1
|
1 chunk |
+6 lines, -0 lines |
0 comments
|
Download
|
 |
M |
remoting/webapp/crd/js/client_plugin.js
|
View
|
1
2
|
1 chunk |
+4 lines, -0 lines |
0 comments
|
Download
|
 |
M |
remoting/webapp/crd/js/client_plugin_impl.js
|
View
|
1
2
|
2 chunks |
+3 lines, -5 lines |
0 comments
|
Download
|
 |
M |
remoting/webapp/crd/js/desktop_remoting.js
|
View
|
|
3 chunks |
+14 lines, -4 lines |
0 comments
|
Download
|
 |
M |
remoting/webapp/crd/js/desktop_remoting_activity.js
|
View
|
|
4 chunks |
+14 lines, -4 lines |
0 comments
|
Download
|
 |
M |
remoting/webapp/crd/js/it2me_activity.js
|
View
|
|
1 chunk |
+4 lines, -0 lines |
0 comments
|
Download
|
 |
M |
remoting/webapp/crd/js/me2me_activity.js
|
View
|
|
2 chunks |
+7 lines, -1 line |
0 comments
|
Download
|
 |
M |
remoting/webapp/crd/js/session_connector_impl.js
|
View
|
|
3 chunks |
+0 lines, -9 lines |
0 comments
|
Download
|
 |
M |
remoting/webapp/crd/js/smart_reconnector.js
|
View
|
|
2 chunks |
+7 lines, -2 lines |
0 comments
|
Download
|
 |
M |
remoting/webapp/crd/js/toolbar.js
|
View
|
|
2 chunks |
+4 lines, -3 lines |
0 comments
|
Download
|
 |
M |
remoting/webapp/crd/js/window_frame.js
|
View
|
|
3 chunks |
+4 lines, -9 lines |
0 comments
|
Download
|
Total messages: 11 (4 generated)
|