| Index: webkit/glue/plugins/plugin_stream_url.h
|
| ===================================================================
|
| --- webkit/glue/plugins/plugin_stream_url.h (revision 7063)
|
| +++ webkit/glue/plugins/plugin_stream_url.h (working copy)
|
| @@ -48,10 +48,14 @@
|
| const std::string& headers,
|
| uint32 expected_length,
|
| uint32 last_modified,
|
| + bool request_is_seekable,
|
| bool* cancel);
|
| void DidReceiveData(const char* buffer, int length, int data_offset);
|
| void DidFinishLoading();
|
| void DidFail();
|
| + bool IsMultiByteResponseExpected() {
|
| + return seekable();
|
| + }
|
|
|
|
|
| private:
|
|
|