| Index: webkit/glue/plugins/plugin_stream_url.h
|
| ===================================================================
|
| --- webkit/glue/plugins/plugin_stream_url.h (revision 21531)
|
| +++ webkit/glue/plugins/plugin_stream_url.h (working copy)
|
| @@ -48,8 +48,7 @@
|
| const std::string& headers,
|
| uint32 expected_length,
|
| uint32 last_modified,
|
| - bool request_is_seekable,
|
| - bool* cancel);
|
| + bool request_is_seekable);
|
| void DidReceiveData(const char* buffer, int length, int data_offset);
|
| void DidFinishLoading();
|
| void DidFail();
|
|
|