Index: content/common/url_fetcher.cc |
=================================================================== |
--- content/common/url_fetcher.cc (revision 96549) |
+++ content/common/url_fetcher.cc (working copy) |
@@ -1029,6 +1029,10 @@ |
core_->Start(); |
} |
+const GURL& URLFetcher::original_url() const { |
+ return core_->original_url_; |
+} |
+ |
const GURL& URLFetcher::url() const { |
return core_->url_; |
} |