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

Unified Diff: net/http/http_stream_factory_impl_job.h

Issue 7024017: Fix --host-rules command switch. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: s/create/Create/ Created 9 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
« no previous file with comments | « chrome/common/chrome_switches_uitest.cc ('k') | net/http/http_stream_factory_impl_job.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/http/http_stream_factory_impl_job.h
diff --git a/net/http/http_stream_factory_impl_job.h b/net/http/http_stream_factory_impl_job.h
index a12d1087a020288d97e4c3ef50be1808cbbba0ce..8b2ba952eaca8eceda481b24684191e0d7e7bf4a 100644
--- a/net/http/http_stream_factory_impl_job.h
+++ b/net/http/http_stream_factory_impl_job.h
@@ -217,6 +217,10 @@ class HttpStreamFactoryImpl::Job {
// The origin server we're trying to reach.
HostPortPair origin_;
+ // The origin url we're trying to reach. This url may be different from the
+ // original request when host mapping rules are set-up.
+ GURL origin_url_;
+
// If this is a Job for an "Alternate-Protocol", then this will be non-NULL
// and will specify the original URL.
scoped_ptr<GURL> original_url_;
« no previous file with comments | « chrome/common/chrome_switches_uitest.cc ('k') | net/http/http_stream_factory_impl_job.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698