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

Unified Diff: remoting/protocol/connection_to_client.h

Issue 9567033: Cleanup error handling in the client plugin. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 10 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.h
diff --git a/remoting/protocol/connection_to_client.h b/remoting/protocol/connection_to_client.h
index 1f2cd54613de6e6857e7928226711859485d9843..80a91fb41d284959dd9444b22e7afa07aa227889 100644
--- a/remoting/protocol/connection_to_client.h
+++ b/remoting/protocol/connection_to_client.h
@@ -45,7 +45,7 @@ class ConnectionToClient : public base::NonThreadSafe {
// Called when the network connection has failed.
virtual void OnConnectionFailed(ConnectionToClient* connection,
- Session::Error error) = 0;
+ ErrorCode error) = 0;
// Called when sequence number is updated.
virtual void OnSequenceNumberUpdated(ConnectionToClient* connection,

Powered by Google App Engine
This is Rietveld 408576698