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

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..5a8661495f8bb38d792477e683f5973c2f17f98b 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_INVALIDATED
};
// Called when a service has been added or removed for a certain service name.

Powered by Google App Engine
This is Rietveld 408576698