| Index: content/child/npapi/webplugin.h
|
| diff --git a/content/child/npapi/webplugin.h b/content/child/npapi/webplugin.h
|
| index c1281f14d2464317b9a53068640fbbdc9e179213..13466ea2080c43bf5a1179a43050888e0731761a 100644
|
| --- a/content/child/npapi/webplugin.h
|
| +++ b/content/child/npapi/webplugin.h
|
| @@ -70,26 +70,9 @@ class WebPlugin {
|
| virtual std::string GetCookies(const GURL& url,
|
| const GURL& first_party_for_cookies) = 0;
|
|
|
| - // Handles GetURL/GetURLNotify/PostURL/PostURLNotify requests initiated
|
| - // by plugins. If the plugin wants notification of the result, notify_id will
|
| - // be non-zero.
|
| - virtual void HandleURLRequest(const char* url,
|
| - const char* method,
|
| - const char* target,
|
| - const char* buf,
|
| - unsigned int len,
|
| - int notify_id,
|
| - bool popups_allowed,
|
| - bool notify_redirects) = 0;
|
| -
|
| // Cancels document load.
|
| virtual void CancelDocumentLoad() = 0;
|
|
|
| - // Initiates a HTTP range request for an existing stream.
|
| - virtual void InitiateHTTPRangeRequest(const char* url,
|
| - const char* range_info,
|
| - int range_request_id) = 0;
|
| -
|
| virtual void DidStartLoading() = 0;
|
| virtual void DidStopLoading() = 0;
|
|
|
|
|