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

Unified Diff: remoting/protocol/fake_authenticator.h

Issue 570463002: Revert of Move PseudoTCP and channel auth out of LibjingleTransportFactory. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@clean_dgrams
Patch Set: Created 6 years, 3 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/protocol/datagram_channel_factory.h ('k') | remoting/protocol/fake_authenticator.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: remoting/protocol/fake_authenticator.h
diff --git a/remoting/protocol/fake_authenticator.h b/remoting/protocol/fake_authenticator.h
index a6ddc74528ab07b2965dfc815e9d76a67b5fe63a..b74654d0426c63aedc718b4803e065a093282244 100644
--- a/remoting/protocol/fake_authenticator.h
+++ b/remoting/protocol/fake_authenticator.h
@@ -24,12 +24,14 @@
const DoneCallback& done_callback) OVERRIDE;
private:
+ void CallCallback(
+ net::Error error,
+ scoped_ptr<net::StreamSocket> socket);
+
void OnAuthBytesWritten(int result);
void OnAuthBytesRead(int result);
- void CallDoneCallback();
-
- int result_;
+ net::Error result_;
bool async_;
scoped_ptr<net::StreamSocket> socket_;
« no previous file with comments | « remoting/protocol/datagram_channel_factory.h ('k') | remoting/protocol/fake_authenticator.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698