| Index: content/child/npapi/plugin_url_fetcher.h
|
| diff --git a/content/child/npapi/plugin_url_fetcher.h b/content/child/npapi/plugin_url_fetcher.h
|
| index bffb9af37e2967ccc1787151935509ea4ecfd763..9527d64ff6e90574febbafa17b781d2342722ff8 100644
|
| --- a/content/child/npapi/plugin_url_fetcher.h
|
| +++ b/content/child/npapi/plugin_url_fetcher.h
|
| @@ -56,10 +56,10 @@ class PluginURLFetcher : public RequestPeer {
|
| private:
|
| // RequestPeer implementation:
|
| virtual void OnUploadProgress(uint64 position, uint64 size) OVERRIDE;
|
| - virtual bool OnReceivedRedirect(const GURL& new_url,
|
| - const webkit_glue::ResourceResponseInfo& info,
|
| - bool* has_new_first_party_for_cookies,
|
| - GURL* new_first_party_for_cookies) OVERRIDE;
|
| + virtual bool OnReceivedRedirect(
|
| + const GURL& new_url,
|
| + const GURL& new_first_party_for_cookies,
|
| + const webkit_glue::ResourceResponseInfo& info) OVERRIDE;
|
| virtual void OnReceivedResponse(
|
| const webkit_glue::ResourceResponseInfo& info) OVERRIDE;
|
| virtual void OnDownloadedData(int len, int encoded_data_length) OVERRIDE;
|
|
|