| Index: chrome/plugin/webplugin_proxy.h
|
| ===================================================================
|
| --- chrome/plugin/webplugin_proxy.h (revision 2387)
|
| +++ chrome/plugin/webplugin_proxy.h (working copy)
|
| @@ -73,6 +73,13 @@
|
| bool notify, const char* url,
|
| void* notify_data, bool popups_allowed);
|
|
|
| + void CancelDocumentLoad();
|
| +
|
| + void InitiateHTTPRangeRequest(const char* url,
|
| + const char* range_info,
|
| + void* existing_stream,
|
| + bool notify_needed,
|
| + HANDLE notify_data);
|
| private:
|
| bool Send(IPC::Message* msg);
|
|
|
|
|