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

Unified Diff: remoting/protocol/connection_to_client.cc

Issue 205583011: [Draft] Fix canceling pin prompt causes host overload (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Removing .gitIngore Created 6 years, 9 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
Index: remoting/protocol/connection_to_client.cc
diff --git a/remoting/protocol/connection_to_client.cc b/remoting/protocol/connection_to_client.cc
index dd32452ef9acebf945a0fbac925c3d8fd729aa22..40de9452a90de4eb486f6338d39223eb1290487e 100644
--- a/remoting/protocol/connection_to_client.cc
+++ b/remoting/protocol/connection_to_client.cc
@@ -159,6 +159,11 @@ void ConnectionToClient::OnSessionStateChange(Session::State state) {
}
}
+void ConnectionToClient::OnSessionAuthenticationBegin() {
+ DCHECK(handler_);
+ handler_->OnConnectionAuthenticating(this);
+}
+
void ConnectionToClient::OnSessionRouteChange(
const std::string& channel_name,
const TransportRoute& route) {

Powered by Google App Engine
This is Rietveld 408576698