diff options
Diffstat (limited to 'chrome/browser/tab_contents/tab_contents_delegate.h')
| -rw-r--r-- | chrome/browser/tab_contents/tab_contents_delegate.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/chrome/browser/tab_contents/tab_contents_delegate.h b/chrome/browser/tab_contents/tab_contents_delegate.h index c01db78..2a31508 100644 --- a/chrome/browser/tab_contents/tab_contents_delegate.h +++ b/chrome/browser/tab_contents/tab_contents_delegate.h @@ -22,7 +22,6 @@ class Rect; class Size; } -class Browser; class DownloadItem; class ExtensionFunctionDispatcher; class GURL; @@ -254,9 +253,6 @@ class TabContentsDelegate : public AutomationResourceRoutingDelegate { virtual void OnDidGetApplicationInfo(TabContents* tab_contents, int32 page_id); - // Returns the browser in which the tab contents is being displayed. - virtual Browser* GetBrowser(); - // Returns the native window framing the view containing the tab contents. virtual gfx::NativeWindow GetFrameNativeWindow(); |
