Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Use scoped_ptr<> for channel creation callbacks. | sergeyu@chromium.org | 2012-02-05 | 1 | -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.org | 2011-11-22 | 1 | -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 |