| Index: content/shell/browser/shell.h
|
| diff --git a/content/shell/browser/shell.h b/content/shell/browser/shell.h
|
| index d62dfb5b2c2d919ad02e23518bf4636afa4f01d0..05ec79e1925200f253192d1540dc7506947f1858 100644
|
| --- a/content/shell/browser/shell.h
|
| +++ b/content/shell/browser/shell.h
|
| @@ -150,7 +150,6 @@ class Shell : public WebContentsDelegate,
|
| const base::string16& source_id) override;
|
| void RendererUnresponsive(WebContents* source) override;
|
| void ActivateContents(WebContents* contents) override;
|
| - void DeactivateContents(WebContents* contents) override;
|
| bool HandleContextMenu(const content::ContextMenuParams& params) override;
|
|
|
| static gfx::Size GetShellDefaultSize();
|
|
|