Chromium Code Reviews| Index: content/common/url_fetcher.h |
| =================================================================== |
| --- content/common/url_fetcher.h (revision 96549) |
| +++ content/common/url_fetcher.h (working copy) |
| @@ -220,6 +220,9 @@ |
| void StartWithRequestContextGetter( |
| net::URLRequestContextGetter* request_context_getter); |
| + // Return the URL that we were asked to fetch. |
| + virtual const GURL& original_url() const; |
|
jam
2011/08/15 16:08:25
it's unfortunate that this whole class goes agains
|
| + |
| // Return the URL that this fetcher is processing. |
| virtual const GURL& url() const; |