[Webapp Refactor] Implements remoting.ConnectionInfo.
commit0d9f28dcae36530c90f735a0a1c15be61fefe84e
authorkelvinp <kelvinp@chromium.org>
Mon, 16 Mar 2015 23:05:11 +0000 (16 16:05 -0700)
committerCommit bot <commit-bot@chromium.org>
Mon, 16 Mar 2015 23:06:34 +0000 (16 23:06 +0000)
tree576dd1a7529e96a679aa0b579023791aaea8fa27
parentfb3fa6c5773387e1fa71422ff24278a64eb0d2d6
[Webapp Refactor] Implements remoting.ConnectionInfo.

This CL encapsulates various objects that maintain the state
of a remoting connection into a struct, remoting.ConnectionInfo.

This will prepares us for moving the creation logic of the
SessionConnector into the application delegates.

BUG=465878

Review URL: https://codereview.chromium.org/1010053002

Cr-Commit-Position: refs/heads/master@{#320820}
remoting/remoting_webapp_files.gypi
remoting/webapp/app_remoting/js/app_remoting.js
remoting/webapp/base/js/application.js
remoting/webapp/crd/js/connection_info.js [new file with mode: 0644]
remoting/webapp/crd/js/desktop_remoting.js
remoting/webapp/crd/js/session_connector.js
remoting/webapp/crd/js/session_connector_impl.js