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

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: Update to ToT. 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
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..19cca0a8b6830eb98821ddbef92eabf42f4cc59e 100644
--- a/net/http/http_stream_factory_impl_job.h
+++ b/net/http/http_stream_factory_impl_job.h
@@ -217,6 +217,9 @@ class HttpStreamFactoryImpl::Job {
// The origin server we're trying to reach.
HostPortPair origin_;
+ // The origin url we're trying to reach.
willchan no longer on Chromium 2011/06/07 19:53:29 Please add a comment noting how this may be modifi
+ 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_;

Powered by Google App Engine
This is Rietveld 408576698