| Index: webkit/plugins/npapi/webplugin.h
|
| diff --git a/webkit/plugins/npapi/webplugin.h b/webkit/plugins/npapi/webplugin.h
|
| index 4c5d41cf6e7c7a3a2fa4332108e906350ab2e5d0..a7d86cf518ad1537f538a73b9c51ad3747c9188a 100644
|
| --- a/webkit/plugins/npapi/webplugin.h
|
| +++ b/webkit/plugins/npapi/webplugin.h
|
| @@ -176,6 +176,7 @@ class WebPlugin {
|
| class WebPluginResourceClient {
|
| public:
|
| virtual ~WebPluginResourceClient() {}
|
| +
|
| virtual void WillSendRequest(const GURL& url, int http_status_code) = 0;
|
| // The request_is_seekable parameter indicates whether byte range requests
|
| // can be issued for the underlying stream.
|
|
|