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

Unified Diff: remoting/ios/domain/host_info.h

Issue 2912293003: [CRD iOS] Consistent host list order and showing last online time (Closed)
Patch Set: Fix comment Created 3 years, 7 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/ios/domain/host_info.h
diff --git a/remoting/ios/domain/host_info.h b/remoting/ios/domain/host_info.h
index e0eafa7c99207f47f124334fbb5e4bc43d44bfc6..4d8c649212c66ef30df1d45b3deaeec0c208e5b7 100644
--- a/remoting/ios/domain/host_info.h
+++ b/remoting/ios/domain/host_info.h
@@ -21,7 +21,7 @@
@property(nonatomic, copy) NSString* kind;
@property(nonatomic, copy) NSString* publicKey;
@property(nonatomic, copy) NSString* status;
-@property(nonatomic, copy) NSDate* updatedTime;
+@property(nonatomic, copy) NSString* updatedTime;
// True when |status| is @"ONLINE", anything else is False.
@property(nonatomic, readonly) bool isOnline;

Powered by Google App Engine
This is Rietveld 408576698