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

Unified Diff: net/dns/dns_test_util.cc

Issue 10873018: [net] Move DnsConfigService to NetworkChangeNotifier. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: add comment Created 8 years, 4 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 | « net/dns/dns_test_util.h ('k') | net/net.gyp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/dns/dns_test_util.cc
diff --git a/net/dns/dns_test_util.cc b/net/dns/dns_test_util.cc
index 73d208c61519cd9d5f25f91e39cab01a564e9bb7..86633708e7242d0302de336eba26d6138a7d78d5 100644
--- a/net/dns/dns_test_util.cc
+++ b/net/dns/dns_test_util.cc
@@ -208,18 +208,4 @@ scoped_ptr<DnsClient> CreateMockDnsClient(const DnsConfig& config,
return scoped_ptr<DnsClient>(new MockDnsClient(config, rules));
}
-MockDnsConfigService::~MockDnsConfigService() {
-}
-
-void MockDnsConfigService::OnDNSChanged(unsigned detail) {
-}
-
-void MockDnsConfigService::ChangeConfig(const DnsConfig& config) {
- DnsConfigService::OnConfigRead(config);
-}
-
-void MockDnsConfigService::ChangeHosts(const DnsHosts& hosts) {
- DnsConfigService::OnHostsRead(hosts);
-}
-
} // namespace net
« no previous file with comments | « net/dns/dns_test_util.h ('k') | net/net.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698