| Index: chrome/browser/tab_contents/tab_contents_view_mac.mm
|
| ===================================================================
|
| --- chrome/browser/tab_contents/tab_contents_view_mac.mm (revision 26210)
|
| +++ chrome/browser/tab_contents/tab_contents_view_mac.mm (working copy)
|
| @@ -191,7 +191,8 @@
|
| }
|
|
|
| void TabContentsViewMac::GotFocus() {
|
| - NOTIMPLEMENTED();
|
| + // This is only used in the views FocusManager stuff but it bleeds through
|
| + // all subclasses. http://crbug.com/21875
|
| }
|
|
|
| // This is called when we the renderer asks us to take focus back (i.e., it has
|
|
|