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

Unified Diff: remoting/protocol/connection_to_client.cc

Issue 8662001: Remove AccessVerifier interface. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 9 years, 1 month 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 4219cc9dda9ff3c1184e0b70cc5157d5307b90cb..e247770d366cbec51c7fa168ce08499de7eddafe 100644
--- a/remoting/protocol/connection_to_client.cc
+++ b/remoting/protocol/connection_to_client.cc
@@ -157,7 +157,7 @@ void ConnectionToClient::NotifyIfChannelsReady() {
void ConnectionToClient::CloseOnError() {
CloseChannels();
- handler_->OnConnectionFailed(this);
+ handler_->OnConnectionFailed(this, session_->error());
}
void ConnectionToClient::CloseChannels() {

Powered by Google App Engine
This is Rietveld 408576698