Chromium Code Reviews| 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 |