Index: webkit/plugins/npapi/webplugin_page_delegate.h |
diff --git a/webkit/plugins/npapi/webplugin_page_delegate.h b/webkit/plugins/npapi/webplugin_page_delegate.h |
index 7cc02006e5cb9e070ccde63535ad429a45ca30de..be6a75a4c42d1532306825e6b3417c5dc7a0716b 100644 |
--- a/webkit/plugins/npapi/webplugin_page_delegate.h |
+++ b/webkit/plugins/npapi/webplugin_page_delegate.h |
@@ -52,15 +52,6 @@ class WebPluginPageDelegate { |
// Notifies the parent view that all loads are finished. |
virtual void DidStopLoadingForPlugin() = 0; |
- // Asks the browser to show a modal HTML dialog. The dialog is passed the |
- // given arguments as a JSON string, and returns its result as a JSON string |
- // through json_retval. |
- virtual void ShowModalHTMLDialogForPlugin( |
- const GURL& url, |
- const gfx::Size& size, |
- const std::string& json_arguments, |
- std::string* json_retval) = 0; |
- |
// The WebCookieJar to use for this plugin. |
virtual WebKit::WebCookieJar* GetCookieJar() = 0; |
}; |