| Index: content/test/test_url_fetcher_factory.h
|
| diff --git a/content/test/test_url_fetcher_factory.h b/content/test/test_url_fetcher_factory.h
|
| index c26a6668f57352045db197a755a107df72ae8f1a..682fd650f3475e9b6d5b9b2366a3c72dad67c805 100644
|
| --- a/content/test/test_url_fetcher_factory.h
|
| +++ b/content/test/test_url_fetcher_factory.h
|
| @@ -80,9 +80,11 @@ class TestURLFetcher : public content::URLFetcher {
|
| net::HttpRequestHeaders* headers) const OVERRIDE;
|
| virtual void SetRequestContext(
|
| net::URLRequestContextGetter* request_context_getter) OVERRIDE;
|
| - virtual void AssociateWithRenderView(const GURL& first_party_for_cookies,
|
| - int render_process_id,
|
| - int render_view_id) OVERRIDE;
|
| + virtual void SetFirstPartyForCookies(
|
| + const GURL& first_party_for_cookies) OVERRIDE;
|
| + virtual void SetURLRequestUserData(
|
| + const void* key,
|
| + const CreateDataCallback& create_data_callback) OVERRIDE;
|
| virtual void SetAutomaticallyRetryOn5xx(bool retry) OVERRIDE;
|
| virtual void SetMaxRetries(int max_retries) OVERRIDE;
|
| virtual int GetMaxRetries() const OVERRIDE;
|
|
|