Index: chrome/browser/views/tab_contents/native_tab_contents_container_win.cc |
=================================================================== |
--- chrome/browser/views/tab_contents/native_tab_contents_container_win.cc (revision 17161) |
+++ chrome/browser/views/tab_contents/native_tab_contents_container_win.cc (working copy) |
@@ -30,7 +30,7 @@ |
// We need to register the tab contents window with the BrowserContainer so |
// that the BrowserContainer is the focused view when the focus is on the |
// TabContents window (for the TabContents case). |
- SetAssociatedFocusView(this); |
+ set_focus_view(this); |
Attach(contents->GetNativeView()); |
HWND contents_hwnd = contents->GetContentNativeView(); |
@@ -39,7 +39,7 @@ |
} |
void NativeTabContentsContainerWin::DetachContents(TabContents* contents) { |
- // TODO(brettw) should this move to HWNDView::Detach which is called below? |
+ // TODO(brettw) should this move to NativeViewHost::Detach which is called below? |
// It needs cleanup regardless. |
HWND container_hwnd = contents->GetNativeView(); |