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

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

Issue 23851008: Added cache flush on network change to ServiceDiscoveryHostClient (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 3 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_impl.h
diff --git a/chrome/browser/local_discovery/privet_device_lister_impl.h b/chrome/browser/local_discovery/privet_device_lister_impl.h
index 7fa03333556a57133b2235e6a96c589f8a5929d9..64cfba18419b9c455b77558a51b6613ab492007b 100644
--- a/chrome/browser/local_discovery/privet_device_lister_impl.h
+++ b/chrome/browser/local_discovery/privet_device_lister_impl.h
@@ -51,6 +51,9 @@ class PrivetDeviceListerImpl : public PrivetDeviceLister {
DeviceDescription::ConnectionState ConnectionStateFromString(
const std::string& str);
+ // Create or recreate the service watcher
+ void CreateServiceWatcher();
+
PrivetDeviceLister::Delegate* delegate_;
ServiceDiscoveryClient* service_discovery_client_;
« no previous file with comments | « chrome/browser/local_discovery/privet_device_lister.h ('k') | chrome/browser/local_discovery/privet_device_lister_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698