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

Unified Diff: chrome/common/local_discovery/service_discovery_client.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/common/local_discovery/service_discovery_client.h
diff --git a/chrome/common/local_discovery/service_discovery_client.h b/chrome/common/local_discovery/service_discovery_client.h
index 94f5a9b19645a77ebd32543830f685a0113a035d..ea2421e1b74d271d8d3ae22e8184a1cf6c025834 100644
--- a/chrome/common/local_discovery/service_discovery_client.h
+++ b/chrome/common/local_discovery/service_discovery_client.h
@@ -51,7 +51,8 @@ class ServiceWatcher {
enum UpdateType {
UPDATE_ADDED,
UPDATE_CHANGED,
- UPDATE_REMOVED
+ UPDATE_REMOVED,
+ UPDATE_CACHE_FLUSHED
};
// Called when a service has been added or removed for a certain service name.

Powered by Google App Engine
This is Rietveld 408576698