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

Unified Diff: remoting/ios/facade/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/facade/host_info.h
diff --git a/remoting/ios/facade/host_info.h b/remoting/ios/facade/host_info.h
index d2b43a29a2147c4d4d83a71ffe4eeacc15dd9fe8..d8c5194632ca8f9fa9467d76cd00577a0ae75ee1 100644
--- a/remoting/ios/facade/host_info.h
+++ b/remoting/ios/facade/host_info.h
@@ -8,6 +8,7 @@
#include <string>
#include <vector>
+#include "base/time/time.h"
#include "base/values.h"
namespace remoting {
@@ -36,6 +37,7 @@ struct HostInfo {
HostStatus status = kHostStatusOffline;
std::string offline_reason;
std::string public_key;
+ base::Time updated_time;
std::vector<std::string> token_url_patterns;
};

Powered by Google App Engine
This is Rietveld 408576698