| Index: chrome/browser/ui/views/tab_contents/tab_contents_container.h
|
| diff --git a/chrome/browser/ui/views/tab_contents/tab_contents_container.h b/chrome/browser/ui/views/tab_contents/tab_contents_container.h
|
| index 17e6f7bc192868e1d7da00fb9434ffcae3423988..d88ec23c14172e6834043350aafae498887e535f 100644
|
| --- a/chrome/browser/ui/views/tab_contents/tab_contents_container.h
|
| +++ b/chrome/browser/ui/views/tab_contents/tab_contents_container.h
|
| @@ -13,7 +13,6 @@
|
|
|
| class NativeTabContentsContainer;
|
| class RenderViewHost;
|
| -class RenderWidgetHostView;
|
|
|
| namespace content {
|
| class WebContents;
|
| @@ -40,10 +39,6 @@ class TabContentsContainer : public views::View,
|
| // so performance is better.
|
| void SetFastResize(bool fast_resize);
|
|
|
| - // Updates the current reserved rect in view coordinates where contents
|
| - // should not be rendered to draw the resize corner, etc.
|
| - void SetReservedContentsRect(const gfx::Rect& reserved_rect);
|
| -
|
| // Overridden from content::NotificationObserver:
|
| virtual void Observe(int type,
|
| const content::NotificationSource& source,
|
| @@ -76,9 +71,6 @@ class TabContentsContainer : public views::View,
|
| // get notified.
|
| void TabContentsDestroyed(content::WebContents* contents);
|
|
|
| - // Called when the RenderWidgetHostView of the hosted TabContents has changed.
|
| - void RenderWidgetHostViewChanged(RenderWidgetHostView* new_view);
|
| -
|
| // An instance of a NativeTabContentsContainer object that holds the native
|
| // view handle associated with the attached TabContents.
|
| NativeTabContentsContainer* native_container_;
|
|
|