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

Unified Diff: net/dns/dns_query.h

Issue 15733008: Multicast DNS implementation (initial) (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@mdns_implementation2
Patch Set: Created 7 years, 6 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: net/dns/dns_query.h
diff --git a/net/dns/dns_query.h b/net/dns/dns_query.h
index a2ed8687cbf9ab2b8825ffce5ddc6851c19f749b..e1469bdfbc09a0395a09cff4808eba66cf561115 100644
--- a/net/dns/dns_query.h
+++ b/net/dns/dns_query.h
@@ -38,6 +38,8 @@ class NET_EXPORT_PRIVATE DnsQuery {
// IOBuffer accessor to be used for writing out the query.
IOBufferWithSize* io_buffer() const { return io_buffer_.get(); }
+ void set_flags(uint16 flags);
+
private:
DnsQuery(const DnsQuery& orig, uint16 id);
« no previous file with comments | « net/dns/dns_protocol.h ('k') | net/dns/dns_query.cc » ('j') | net/dns/mdns_client.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698