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

Unified Diff: remoting/ios/domain/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/base/chromoting_event.cc ('k') | remoting/ios/domain/host_info.mm » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: remoting/ios/domain/host_info.h
diff --git a/remoting/ios/domain/host_info.h b/remoting/ios/domain/host_info.h
index 6b6ca8f76050ce3ca28714652505c14f57e7d04c..e0eafa7c99207f47f124334fbb5e4bc43d44bfc6 100644
--- a/remoting/ios/domain/host_info.h
+++ b/remoting/ios/domain/host_info.h
@@ -14,6 +14,8 @@
@property(nonatomic, copy) NSString* createdTime;
@property(nonatomic, copy) NSString* hostId;
@property(nonatomic, copy) NSString* hostName;
+@property(nonatomic, copy) NSString* hostOs;
+@property(nonatomic, copy) NSString* hostOsVersion;
@property(nonatomic, copy) NSString* hostVersion;
@property(nonatomic, copy) NSString* jabberId;
@property(nonatomic, copy) NSString* kind;
« no previous file with comments | « remoting/base/chromoting_event.cc ('k') | remoting/ios/domain/host_info.mm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698