diff options
-rw-r--r-- | chrome/browser/tab_contents/tab_contents_view_gtk.cc | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/chrome/browser/tab_contents/tab_contents_view_gtk.cc b/chrome/browser/tab_contents/tab_contents_view_gtk.cc index 892b67f..72e7c1a 100644 --- a/chrome/browser/tab_contents/tab_contents_view_gtk.cc +++ b/chrome/browser/tab_contents/tab_contents_view_gtk.cc @@ -548,7 +548,8 @@ void TabContentsViewGtk::UpdateDragCursor(WebDragOperation operation) { } void TabContentsViewGtk::GotFocus() { - NOTIMPLEMENTED(); + // This is only used in the views FocusManager stuff but it bleeds through + // all subclasses. } // This is called when we the renderer asks us to take focus back (i.e., it has |