| Index: chrome/browser/extensions/extension_host.h
|
| diff --git a/chrome/browser/extensions/extension_host.h b/chrome/browser/extensions/extension_host.h
|
| index b7c597a6274dabf304e3af2042ba58add23be8ca..b78895d640661a35047cbf007d2f8bb2c05e2257 100644
|
| --- a/chrome/browser/extensions/extension_host.h
|
| +++ b/chrome/browser/extensions/extension_host.h
|
| @@ -192,8 +192,6 @@ class ExtensionHost : public RenderViewHostDelegate,
|
| bool success,
|
| const string16& user_input) OVERRIDE;
|
| virtual gfx::NativeWindow GetDialogRootWindow() OVERRIDE;
|
| - virtual TabContents* AsTabContents() OVERRIDE;
|
| - virtual ExtensionHost* AsExtensionHost() OVERRIDE;
|
|
|
| protected:
|
| // Internal functions used to support the CreateNewWidget() method. If a
|
|
|