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

Unified Diff: net/base/host_resolver_impl.h

Issue 3036011: [Linux] Enable connecting to localhost when offline. (Closed)
Patch Set: Address comments Created 10 years, 5 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/base/host_resolver_impl.h
diff --git a/net/base/host_resolver_impl.h b/net/base/host_resolver_impl.h
index 28526d14b4425cd4791c7c7cc111f6aa1c2ef587..199ddcf87654aea34d5c3dd20b6565fef48cbd3f 100644
--- a/net/base/host_resolver_impl.h
+++ b/net/base/host_resolver_impl.h
@@ -252,6 +252,9 @@ class HostResolverImpl : public HostResolver,
// The last un-cancelled IPv6ProbeJob (if any).
scoped_refptr<IPv6ProbeJob> ipv6_probe_job_;
+ // Any resolver flags that should be added to a request by default.
+ HostResolverFlags additional_resolver_flags_;
+
DISALLOW_COPY_AND_ASSIGN(HostResolverImpl);
};

Powered by Google App Engine
This is Rietveld 408576698