| Index: content/browser/tab_contents/tab_contents.h
|
| ===================================================================
|
| --- content/browser/tab_contents/tab_contents.h (revision 121706)
|
| +++ content/browser/tab_contents/tab_contents.h (working copy)
|
| @@ -169,9 +169,6 @@
|
| virtual bool NeedToFireBeforeUnload() OVERRIDE;
|
| virtual void Stop() OVERRIDE;
|
| virtual content::WebContents* Clone() OVERRIDE;
|
| - virtual void ShowPageInfo(const GURL& url,
|
| - const content::SSLStatus& ssl,
|
| - bool show_history) OVERRIDE;
|
| virtual void AddNewContents(content::WebContents* new_contents,
|
| WindowOpenDisposition disposition,
|
| const gfx::Rect& initial_pos,
|
|
|