| Index: webkit/glue/media/simple_data_source.cc
|
| ===================================================================
|
| --- webkit/glue/media/simple_data_source.cc (revision 31948)
|
| +++ webkit/glue/media/simple_data_source.cc (working copy)
|
| @@ -122,8 +122,10 @@
|
|
|
| bool SimpleDataSource::OnReceivedRedirect(
|
| const GURL& new_url,
|
| - const webkit_glue::ResourceLoaderBridge::ResponseInfo& info) {
|
| + const webkit_glue::ResourceLoaderBridge::ResponseInfo& info,
|
| + GURL* new_first_party_for_cookies) {
|
| SetURL(new_url);
|
| + *new_first_party_for_cookies = GURL();
|
| return true;
|
| }
|
|
|
|
|