| Index: chrome/browser/tab_contents/background_contents.h
|
| diff --git a/chrome/browser/tab_contents/background_contents.h b/chrome/browser/tab_contents/background_contents.h
|
| index 93e1b437579d1f1d67c6af65a962253ce44ae993..35b089700f71f0dc55779013c95193b589589d20 100644
|
| --- a/chrome/browser/tab_contents/background_contents.h
|
| +++ b/chrome/browser/tab_contents/background_contents.h
|
| @@ -63,7 +63,6 @@ class BackgroundContents : public RenderViewHostDelegate,
|
| virtual RenderViewHostDelegate::View* GetViewDelegate();
|
| virtual const GURL& GetURL() const;
|
| virtual ViewType::Type GetRenderViewType() const;
|
| - virtual int GetBrowserWindowID() const;
|
| virtual void DidNavigate(RenderViewHost* render_view_host,
|
| const ViewHostMsg_FrameNavigate_Params& params);
|
| virtual WebPreferences GetWebkitPrefs();
|
|
|