| Index: content/test/test_url_fetcher_factory.cc
|
| diff --git a/content/test/test_url_fetcher_factory.cc b/content/test/test_url_fetcher_factory.cc
|
| index 02f1933b1a7854615fb62c26e4372fb7b3719a03..9602edebe8e0f16cf61b7b2d236d45e9a072eb37 100644
|
| --- a/content/test/test_url_fetcher_factory.cc
|
| +++ b/content/test/test_url_fetcher_factory.cc
|
| @@ -88,6 +88,12 @@ void TestURLFetcher::SetRequestContext(
|
| net::URLRequestContextGetter* request_context_getter) {
|
| }
|
|
|
| +void TestURLFetcher::AssociateWithRenderView(
|
| + const GURL& first_party_for_cookies,
|
| + int render_process_id,
|
| + int render_view_id) {
|
| +}
|
| +
|
| void TestURLFetcher::SetAutomaticallyRetryOn5xx(bool retry) {
|
| }
|
|
|
| @@ -124,11 +130,6 @@ void TestURLFetcher::Start() {
|
| // Overriden to do nothing. It is assumed the caller will notify the delegate.
|
| }
|
|
|
| -void TestURLFetcher::StartWithRequestContextGetter(
|
| - net::URLRequestContextGetter* request_context_getter) {
|
| - NOTIMPLEMENTED();
|
| -}
|
| -
|
| const GURL& TestURLFetcher::GetOriginalURL() const {
|
| return original_url_;
|
| }
|
|
|