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

Unified Diff: remoting/ios/domain/client_session_details.mm

Issue 2971903002: Adding error handling to the connection flow. (Closed)
Patch Set: Trying out activateConstraints. Created 3 years, 5 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/ios/domain/client_session_details.h ('k') | remoting/ios/session/remoting_client.mm » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: remoting/ios/domain/client_session_details.mm
diff --git a/remoting/ios/domain/client_session_details.mm b/remoting/ios/domain/client_session_details.mm
index 7e73b95dd25972995a187eef0c52fb8c5916728e..8156c34913168a6bae0c57e75dadfb94ff9ab1ec 100644
--- a/remoting/ios/domain/client_session_details.mm
+++ b/remoting/ios/domain/client_session_details.mm
@@ -14,6 +14,7 @@
@synthesize hostInfo = _hostInfo;
@synthesize state = _state;
+@synthesize error = _error;
- (NSString*)description {
return
« no previous file with comments | « remoting/ios/domain/client_session_details.h ('k') | remoting/ios/session/remoting_client.mm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698