| Index: chrome/browser/tab_contents/tab_contents_delegate.h
|
| ===================================================================
|
| --- chrome/browser/tab_contents/tab_contents_delegate.h (revision 55729)
|
| +++ chrome/browser/tab_contents/tab_contents_delegate.h (working copy)
|
| @@ -22,7 +22,6 @@
|
| class Size;
|
| }
|
|
|
| -class Browser;
|
| class DownloadItem;
|
| class ExtensionFunctionDispatcher;
|
| class GURL;
|
| @@ -254,9 +253,6 @@
|
| 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();
|
|
|
|
|