| Index: remoting/client/ios/domain/host_info.h
|
| diff --git a/remoting/client/ios/domain/host_info.h b/remoting/client/ios/domain/host_info.h
|
| index a897f8ba7b0e9b22d780c5281fa0fba820ab30c0..ad646a1b28cf29815ebfd3ec9bf953013d2a4243 100644
|
| --- a/remoting/client/ios/domain/host_info.h
|
| +++ b/remoting/client/ios/domain/host_info.h
|
| @@ -23,6 +23,8 @@
|
| // True when |status| is @"ONLINE", anything else is False.
|
| @property(nonatomic, readonly) bool isOnline;
|
|
|
| +// Convert a json blob into a |HostInfo| object. Most useful for test.
|
| +// TODO(nicholss): Might move this out into a catagory.
|
| + (NSMutableArray<HostInfo*>*)parseListFromJSON:(NSMutableData*)data;
|
|
|
| // First consider if |isOnline| is greater than anything else, then consider by
|
|
|