| Index: content/common/net/url_fetcher_impl.h
|
| diff --git a/content/common/net/url_fetcher_impl.h b/content/common/net/url_fetcher_impl.h
|
| index 23ca936a9dffcc331682cae8051e8511b3431357..ed18401cb65a773159f9228a4f1290ce2b8bcb45 100644
|
| --- a/content/common/net/url_fetcher_impl.h
|
| +++ b/content/common/net/url_fetcher_impl.h
|
| @@ -53,9 +53,11 @@ class CONTENT_EXPORT URLFetcherImpl : 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;
|
|
|