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

Unified Diff: net/dns/dns_hosts.h

Issue 9721002: [net/dns] Removes locking from DnsConfigServiceWin and adds local computer name. (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Created 8 years, 9 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
« net/dns/dns_config_service_win.cc ('K') | « net/dns/dns_config_service_win.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/dns/dns_hosts.h
diff --git a/net/dns/dns_hosts.h b/net/dns/dns_hosts.h
index 91c35baae72a01f4a7674247c2c1948c77993d4f..2074d675534447f1028bccbb1d6c5d532099b481 100644
--- a/net/dns/dns_hosts.h
+++ b/net/dns/dns_hosts.h
@@ -48,6 +48,8 @@ class NET_EXPORT_PRIVATE DnsHostsReader
DnsHostsReader(const FilePath& path, const CallbackType& callback);
+ const FilePath& path() const { return path_; }
+
private:
virtual ~DnsHostsReader();
« net/dns/dns_config_service_win.cc ('K') | « net/dns/dns_config_service_win.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698