Index: webkit/plugins/npapi/webplugin.h |
diff --git a/webkit/plugins/npapi/webplugin.h b/webkit/plugins/npapi/webplugin.h |
index 4a89e4389471dcf2e2e181b6cd7194e8bb88c8a0..c09136980f4bff219e23fe3c3f5f7b5107b439cd 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. |