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

Unified Diff: net/base/host_resolver_impl.cc

Issue 5741001: Even more virtual method deinlining. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebase (windows) Created 10 years 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/base/host_resolver_impl.h ('k') | net/http/http_auth_controller.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/base/host_resolver_impl.cc
diff --git a/net/base/host_resolver_impl.cc b/net/base/host_resolver_impl.cc
index e9e137f6e862fe8e9a22cab05c19faac62dfc03b..b53ec6d3ccd5caeba55953ec6c195d117a396b07 100644
--- a/net/base/host_resolver_impl.cc
+++ b/net/base/host_resolver_impl.cc
@@ -1132,6 +1132,10 @@ void HostResolverImpl::ProbeIPv6Support() {
OnIPAddressChanged(); // Give initial setup call.
}
+HostResolverImpl* HostResolverImpl::GetAsHostResolverImpl() {
+ return this;
+}
+
void HostResolverImpl::Shutdown() {
DCHECK(CalledOnValidThread());
« no previous file with comments | « net/base/host_resolver_impl.h ('k') | net/http/http_auth_controller.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698