| Index: chrome/browser/views/tab_contents/tab_contents_container.cc
|
| ===================================================================
|
| --- chrome/browser/views/tab_contents/tab_contents_container.cc (revision 18286)
|
| +++ chrome/browser/views/tab_contents/tab_contents_container.cc (working copy)
|
| @@ -4,6 +4,7 @@
|
|
|
| #include "chrome/browser/views/tab_contents/tab_contents_container.h"
|
|
|
| +#include "chrome/browser/tab_contents/interstitial_page.h"
|
| #include "chrome/browser/tab_contents/tab_contents.h"
|
| #include "chrome/browser/view_ids.h"
|
| #include "chrome/browser/views/tab_contents/native_tab_contents_container.h"
|
| @@ -38,6 +39,10 @@
|
| }
|
| }
|
|
|
| +void TabContentsContainer::TabContentsFocused(TabContents* tab_contents) {
|
| + native_container_->TabContentsFocused(tab_contents);
|
| +}
|
| +
|
| void TabContentsContainer::SetFastResize(bool fast_resize) {
|
| native_container_->SetFastResize(fast_resize);
|
| }
|
|
|