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. |