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

Unified Diff: net/dns/mdns_cache.h

Issue 132693025: Add the ability for MDnsListener to actively refresh records (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 11 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
« no previous file with comments | « no previous file | net/dns/mdns_client.h » ('j') | net/dns/mdns_client_unittest.cc » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/dns/mdns_cache.h
diff --git a/net/dns/mdns_cache.h b/net/dns/mdns_cache.h
index 27a14d8fa44d28193779a8d85104effcbe99cf6e..6a38fc8f0e28dc4d99cbcce35681cdec5ecebe5b 100644
--- a/net/dns/mdns_cache.h
+++ b/net/dns/mdns_cache.h
@@ -55,6 +55,7 @@ class NET_EXPORT_PRIVATE MDnsCache {
enum UpdateType {
RecordAdded,
RecordChanged,
+ RecordRemoved,
NoChange
};
« no previous file with comments | « no previous file | net/dns/mdns_client.h » ('j') | net/dns/mdns_client_unittest.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698