| 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 200035e94bb16fcc7117a83019b5e8d9c2e2b751..13df6f6e8eb372f8ba174a5cbda8aa60d80553a7 100644
|
| --- a/content/browser/tab_contents/tab_contents.h
|
| +++ b/content/browser/tab_contents/tab_contents.h
|
| @@ -954,9 +954,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();
|
|
|