| Index: chrome/browser/tab_contents/tab_contents_view_gtk.cc
|
| ===================================================================
|
| --- chrome/browser/tab_contents/tab_contents_view_gtk.cc (revision 14854)
|
| +++ chrome/browser/tab_contents/tab_contents_view_gtk.cc (working copy)
|
| @@ -182,9 +182,7 @@
|
|
|
| void TabContentsViewGtk::RestoreFocus() {
|
| // TODO(estade): implement this function.
|
| - // For now just assume we are viewing the tab for the first time.
|
| - SetInitialFocus();
|
| - NOTIMPLEMENTED() << " -- need to restore the focus position on this page.";
|
| + NOTIMPLEMENTED() << " Need to restore the focus position on this page.";
|
| }
|
|
|
| void TabContentsViewGtk::UpdateDragCursor(bool is_drop_target) {
|
|
|