| Index: chrome/browser/ui/views/tab_contents/tab_contents_view_views.h
|
| diff --git a/chrome/browser/ui/views/tab_contents/tab_contents_view_views.h b/chrome/browser/ui/views/tab_contents/tab_contents_view_views.h
|
| index e57af7d681a657116b3986926fa3e06de8f8a2d1..8c6b09e69bc11ad848bb492322bd250386676abe 100644
|
| --- a/chrome/browser/ui/views/tab_contents/tab_contents_view_views.h
|
| +++ b/chrome/browser/ui/views/tab_contents/tab_contents_view_views.h
|
| @@ -70,6 +70,8 @@ class TabContentsViewViews : public views::Widget,
|
| virtual bool IsEventTracking() const;
|
| virtual void CloseTabAfterEventTracking();
|
| virtual void GetViewBounds(gfx::Rect* out) const OVERRIDE;
|
| +
|
| + // Implementation of RenderViewHostDelegate::View.
|
| virtual void CreateNewWindow(
|
| int route_id,
|
| const ViewHostMsg_CreateWindow_Params& params) OVERRIDE;
|
|
|