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

Unified Diff: chrome/browser/local_discovery/privet_device_lister.cc

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 | « chrome/browser/local_discovery/privet_device_lister.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/local_discovery/privet_device_lister.cc
diff --git a/chrome/browser/local_discovery/privet_device_lister.cc b/chrome/browser/local_discovery/privet_device_lister.cc
index 022af165efbbaf84ee3f865b519a7d5528d6ef16..357133715cb925c841f546757f501275c567bf96 100644
--- a/chrome/browser/local_discovery/privet_device_lister.cc
+++ b/chrome/browser/local_discovery/privet_device_lister.cc
@@ -6,10 +6,10 @@
namespace local_discovery {
-DeviceDescription::DeviceDescription() : connection_state(UNKNOWN) {
+PrivetDeviceLister::PrivetDeviceLister() {
}
-DeviceDescription::~DeviceDescription() {
+PrivetDeviceLister::~PrivetDeviceLister() {
}
-}
+} // namespace local_discovery
« no previous file with comments | « chrome/browser/local_discovery/privet_device_lister.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698