| Index: chrome/browser/tab_contents/tab_contents_view_gtk.cc
|
| ===================================================================
|
| --- chrome/browser/tab_contents/tab_contents_view_gtk.cc (revision 18286)
|
| +++ chrome/browser/tab_contents/tab_contents_view_gtk.cc (working copy)
|
| @@ -264,6 +264,10 @@
|
| NOTIMPLEMENTED();
|
| }
|
|
|
| +void TabContentsViewGtk::GotFocus() {
|
| + NOTIMPLEMENTED();
|
| +}
|
| +
|
| // This is called when we the renderer asks us to take focus back (i.e., it has
|
| // iterated past the last focusable element on the page).
|
| void TabContentsViewGtk::TakeFocus(bool reverse) {
|
|
|