| Index: chrome/browser/views/frame/browser_view.cc
|
| ===================================================================
|
| --- chrome/browser/views/frame/browser_view.cc (revision 18286)
|
| +++ chrome/browser/views/frame/browser_view.cc (working copy)
|
| @@ -895,6 +895,10 @@
|
| return 0;
|
| }
|
|
|
| +void BrowserView::TabContentsFocused(TabContents* tab_contents) {
|
| + contents_container_->TabContentsFocused(tab_contents);
|
| +}
|
| +
|
| ///////////////////////////////////////////////////////////////////////////////
|
| // BrowserView, BrowserWindowTesting implementation:
|
|
|
| @@ -906,6 +910,10 @@
|
| return toolbar_->location_bar();
|
| }
|
|
|
| +views::View* BrowserView::GetTabContentsContainerView() const {
|
| + return contents_container_->GetFocusView();
|
| +}
|
| +
|
| ///////////////////////////////////////////////////////////////////////////////
|
| // BrowserView, NotificationObserver implementation:
|
|
|
|
|