Index: webkit/plugins/npapi/webplugin.h |
diff --git a/webkit/plugins/npapi/webplugin.h b/webkit/plugins/npapi/webplugin.h |
index 9dd1c57d7b53f0900e245096fead452825dcbea9..db3b98a01aec825e6228482b48d1a8e5fa8aee24 100644 |
--- a/webkit/plugins/npapi/webplugin.h |
+++ b/webkit/plugins/npapi/webplugin.h |
@@ -105,14 +105,6 @@ class WebPlugin { |
virtual std::string GetCookies(const GURL& url, |
const GURL& first_party_for_cookies) = 0; |
- // Shows a modal HTML dialog containing the given URL. json_arguments are |
- // passed to the dialog via the DOM 'window.chrome.dialogArguments', and the |
- // retval is the string returned by 'window.chrome.send("DialogClose", |
- // retval)'. |
- virtual void ShowModalHTMLDialog(const GURL& url, int width, int height, |
- const std::string& json_arguments, |
- std::string* json_retval) = 0; |
- |
// When a default plugin has downloaded the plugin list and finds it is |
// available, it calls this method to notify the renderer. Also it will update |
// the status when user clicks on the plugin to install. |