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

Unified Diff: chrome/browser/local_discovery/privet_device_lister.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
Index: chrome/browser/local_discovery/privet_device_lister.h
diff --git a/chrome/browser/local_discovery/privet_device_lister.h b/chrome/browser/local_discovery/privet_device_lister.h
index a9797d6b776326ff2537aacbd471bfe1767d095a..b7024837f44850ab0be3a5b132eafbe8efa8720e 100644
--- a/chrome/browser/local_discovery/privet_device_lister.h
+++ b/chrome/browser/local_discovery/privet_device_lister.h
@@ -17,6 +17,9 @@ namespace local_discovery {
class PrivetDeviceLister {
public:
+ PrivetDeviceLister();
+ virtual ~PrivetDeviceLister();
+
class Delegate {
public:
virtual void DeviceChanged(bool added,
@@ -26,8 +29,6 @@ class PrivetDeviceLister {
virtual void DeviceCacheFlushed() = 0;
};
- virtual ~PrivetDeviceLister() {}
-
// Start the PrivetServiceLister.
virtual void Start() = 0;
« no previous file with comments | « chrome/browser/local_discovery/privet_constants.cc ('k') | chrome/browser/local_discovery/privet_device_lister.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698