| Index: chrome/browser/tab_contents/tab_contents_view_mac.mm
|
| ===================================================================
|
| --- chrome/browser/tab_contents/tab_contents_view_mac.mm (revision 18286)
|
| +++ chrome/browser/tab_contents/tab_contents_view_mac.mm (working copy)
|
| @@ -161,6 +161,10 @@
|
| NOTIMPLEMENTED();
|
| }
|
|
|
| +void TabContentsViewMac::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 TabContentsViewMac::TakeFocus(bool reverse) {
|
|
|