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

Unified Diff: chrome/browser/local_discovery/device_description.h

Issue 318893002: Added DeviceDescription::version with Privet version. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Thu 06/05/2014 11:30:37.29 Created 6 years, 6 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 | « no previous file | chrome/browser/local_discovery/device_description.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/local_discovery/device_description.h
diff --git a/chrome/browser/local_discovery/device_description.h b/chrome/browser/local_discovery/device_description.h
index 09cad8001f0a8a9c4b65f93976ec74adaac61173..2710b7bc1b9a31e633b99a3a1d03a6abb631bf40 100644
--- a/chrome/browser/local_discovery/device_description.h
+++ b/chrome/browser/local_discovery/device_description.h
@@ -38,6 +38,7 @@ struct DeviceDescription {
std::string url;
std::string id;
std::string type;
+ int version;
ConnectionState connection_state;
// Attributes related to local HTTP
« no previous file with comments | « no previous file | chrome/browser/local_discovery/device_description.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698