Index: content/browser/tab_contents/tab_contents.h |
diff --git a/content/browser/tab_contents/tab_contents.h b/content/browser/tab_contents/tab_contents.h |
index 031a28f2b74534e26a2880677d580f0ac055cc56..bdf7fe8e71487f9a63ab57f7f849b66283fc7b7f 100644 |
--- a/content/browser/tab_contents/tab_contents.h |
+++ b/content/browser/tab_contents/tab_contents.h |
@@ -956,9 +956,6 @@ class TabContents : public PageNavigator, |
bool* did_suppress_message); |
virtual void RunBeforeUnloadConfirm(const std::wstring& message, |
IPC::Message* reply_msg); |
- virtual void ShowModalHTMLDialog(const GURL& url, int width, int height, |
- const std::string& json_arguments, |
- IPC::Message* reply_msg); |
virtual GURL GetAlternateErrorPageURL() const; |
virtual RendererPreferences GetRendererPrefs(Profile* profile) const; |
virtual WebPreferences GetWebkitPrefs(); |