diff options
Diffstat (limited to 'chrome/browser/tab_contents/tab_contents.h')
-rw-r--r-- | chrome/browser/tab_contents/tab_contents.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/chrome/browser/tab_contents/tab_contents.h b/chrome/browser/tab_contents/tab_contents.h index a8b8883..e013bdb 100644 --- a/chrome/browser/tab_contents/tab_contents.h +++ b/chrome/browser/tab_contents/tab_contents.h @@ -34,7 +34,6 @@ class WindowDelegate; class BlockedPopupContainer; class DOMUIContents; -class DOMUIHost; class DownloadItem; class DownloadShelf; class InfoBarView; @@ -137,9 +136,6 @@ class TabContents : public PageNavigator, return const_cast<TabContents*>(this)->AsWebContents(); } - // Returns this object as a DOMUIHost if it is one, and NULL otherwise. - virtual DOMUIHost* AsDOMUIHost() { return NULL; } - // Returns this object as a DOMUIContents if it is one, and NULL otherwise. virtual DOMUIContents* AsDOMUIContents() { return NULL; } |