Chromium Code Reviews| 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_; |