| Index: chrome/renderer/webplugin_delegate_proxy.h
|
| diff --git a/chrome/renderer/webplugin_delegate_proxy.h b/chrome/renderer/webplugin_delegate_proxy.h
|
| index ba9fe88c8ee35c4b6cfb92a07341c2366fad968d..9dde140466fc3ca1e64112f20a4d26b6a2462f16 100644
|
| --- a/chrome/renderer/webplugin_delegate_proxy.h
|
| +++ b/chrome/renderer/webplugin_delegate_proxy.h
|
| @@ -149,15 +149,7 @@ class WebPluginDelegateProxy
|
| const std::string& cookie);
|
| void OnGetCookies(const GURL& url, const GURL& first_party_for_cookies,
|
| std::string* cookies);
|
| - void OnShowModalHTMLDialog(const GURL& url, int width, int height,
|
| - const std::string& json_arguments,
|
| - std::string* json_retval);
|
| - void OnGetDragData(const NPVariant_Param& event, bool add_data,
|
| - std::vector<NPVariant_Param>* values, bool* success);
|
| - void OnSetDropEffect(const NPVariant_Param& event, int effect,
|
| - bool* success);
|
| void OnMissingPluginStatus(int status);
|
| - void OnGetCPBrowsingContext(uint32* context);
|
| void OnCancelDocumentLoad();
|
| void OnInitiateHTTPRangeRequest(const std::string& url,
|
| const std::string& range_info,
|
|
|