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

Unified Diff: remoting/client/ios/domain/host_info.mm

Issue 2846603002: Updating Pin Entry View and creating Connection Status View. (Closed)
Patch Set: Use viewWillLayoutSubviews. Created 3 years, 8 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/client/ios/domain/client_session_details.mm ('k') | remoting/client/ios/session/remoting_client.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: remoting/client/ios/domain/host_info.mm
diff --git a/remoting/client/ios/domain/host_info.mm b/remoting/client/ios/domain/host_info.mm
index d89478e938e541eef5663511dfbd1c99a7724e30..b90c0652ac8bd09cbeb743bb4a38a2234b04f9bd 100644
--- a/remoting/client/ios/domain/host_info.mm
+++ b/remoting/client/ios/domain/host_info.mm
@@ -73,4 +73,10 @@
}
}
+- (NSString*)description {
+ return
+ [NSString stringWithFormat:@"HostInfo: name=%@ status=%@ updatedTime= %@",
+ _hostName, _status, _updatedTime];
+}
+
@end
« no previous file with comments | « remoting/client/ios/domain/client_session_details.mm ('k') | remoting/client/ios/session/remoting_client.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698