| Index: chrome/plugin/chrome_plugin_host.cc
|
| ===================================================================
|
| --- chrome/plugin/chrome_plugin_host.cc (revision 31948)
|
| +++ chrome/plugin/chrome_plugin_host.cc (working copy)
|
| @@ -68,9 +68,11 @@
|
|
|
| virtual bool OnReceivedRedirect(
|
| const GURL& new_url,
|
| - const ResourceLoaderBridge::ResponseInfo& info) {
|
| + const ResourceLoaderBridge::ResponseInfo& info,
|
| + GURL* new_first_party_for_cookies) {
|
| plugin_->functions().response_funcs->received_redirect(
|
| cprequest_.get(), new_url.spec().c_str());
|
| + *new_first_party_for_cookies = GURL();
|
| return true;
|
| }
|
|
|
|
|