summaryrefslogtreecommitdiffstats
path: root/remoting/protocol/channel_dispatcher_base.cc
Commit message (Collapse)AuthorAgeFilesLines
* Use scoped_ptr<> for channel creation callbacks.sergeyu@chromium.org2012-02-051-4/+5
| | | | | | | | | Changed callbacks in Session and ChannelAuthenticator interfaces for cleaner ownership semantics. Review URL: https://chromiumcodereview.appspot.com/9316074 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@120508 0039d316-1c4b-4281-b951-d872f2087c98
* Remove event_channel() and control_channel() from Session interface.sergeyu@chromium.org2011-11-221-0/+48
Now all channels are created using CreateStreamChannel() as they should be! Review URL: http://codereview.chromium.org/8587053 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@111045 0039d316-1c4b-4281-b951-d872f2087c98