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

Unified Diff: chrome/browser/local_discovery/privet_notifications.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_notifications.h
diff --git a/chrome/browser/local_discovery/privet_notifications.h b/chrome/browser/local_discovery/privet_notifications.h
index d8039355c99c2de408ab18804991cf405744f8ad..0e3fb93337ee6c68f903129c496f2bd771b7f159 100644
--- a/chrome/browser/local_discovery/privet_notifications.h
+++ b/chrome/browser/local_discovery/privet_notifications.h
@@ -54,6 +54,7 @@ class PrivetNotificationsListener : public PrivetInfoOperation::Delegate {
const std::string& name,
const DeviceDescription& description);
void DeviceRemoved(const std::string& name);
+ virtual void DeviceCacheFlushed();
// PrivetInfoOperation::Delegate implementation.
virtual void OnPrivetInfoDone(
@@ -108,6 +109,8 @@ class PrivetNotificationService
virtual void PrivetRemoveNotification(
const std::string& device_name) OVERRIDE;
+ virtual void DeviceCacheFlushed() OVERRIDE;
+
private:
void Start();

Powered by Google App Engine
This is Rietveld 408576698