| Index: webkit/glue/media/simple_data_source.cc
|
| ===================================================================
|
| --- webkit/glue/media/simple_data_source.cc (revision 53197)
|
| +++ webkit/glue/media/simple_data_source.cc (working copy)
|
| @@ -120,10 +120,6 @@
|
| return false;
|
| }
|
|
|
| -void SimpleDataSource::OnDownloadProgress(uint64 position, uint64 size) {}
|
| -
|
| -void SimpleDataSource::OnUploadProgress(uint64 position, uint64 size) {}
|
| -
|
| bool SimpleDataSource::OnReceivedRedirect(
|
| const GURL& new_url,
|
| const webkit_glue::ResourceLoaderBridge::ResponseInfo& info,
|
|
|