| Index: webkit/plugins/npapi/webplugin_impl.h
|
| diff --git a/webkit/plugins/npapi/webplugin_impl.h b/webkit/plugins/npapi/webplugin_impl.h
|
| index 3476a0e57c64c7117c3dc640888c55fa0175b8b3..8b7668bc132af95104cf530dd7ba4b7ae19b0a2f 100644
|
| --- a/webkit/plugins/npapi/webplugin_impl.h
|
| +++ b/webkit/plugins/npapi/webplugin_impl.h
|
| @@ -124,9 +124,6 @@ class WebPluginImpl : public WebPlugin,
|
| const std::string& cookie);
|
| virtual std::string GetCookies(const GURL& url,
|
| const GURL& first_party_for_cookies);
|
| - virtual void ShowModalHTMLDialog(const GURL& url, int width, int height,
|
| - const std::string& json_arguments,
|
| - std::string* json_retval);
|
| virtual void OnMissingPluginStatus(int status);
|
|
|
| virtual void URLRedirectResponse(bool allow, int resource_id);
|
|
|