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

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

Issue 2910513002: [CRD iOS] Fix telemetry issues (Closed)
Patch Set: Resolve feedback 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
« no previous file with comments | « remoting/ios/domain/host_info.mm ('k') | remoting/ios/facade/host_info.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: remoting/ios/facade/host_info.h
diff --git a/remoting/ios/facade/host_info.h b/remoting/ios/facade/host_info.h
index e27132ceb097dd5cfb87f5dd9fa7a1e301090fe4..d2b43a29a2147c4d4d83a71ffe4eeacc15dd9fe8 100644
--- a/remoting/ios/facade/host_info.h
+++ b/remoting/ios/facade/host_info.h
@@ -30,6 +30,9 @@ struct HostInfo {
std::string host_id;
std::string host_jid;
std::string host_name;
+ std::string host_os;
+ std::string host_os_version;
+ std::string host_version;
HostStatus status = kHostStatusOffline;
std::string offline_reason;
std::string public_key;
« no previous file with comments | « remoting/ios/domain/host_info.mm ('k') | remoting/ios/facade/host_info.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698