Index: webkit/glue/chrome_client_impl.cc |
=================================================================== |
--- webkit/glue/chrome_client_impl.cc (revision 26446) |
+++ webkit/glue/chrome_client_impl.cc (working copy) |
@@ -414,11 +414,7 @@ |
} |
bool ChromeClientImpl::tabsToLinks() const { |
- // TODO(pamg): Consider controlling this with a user preference, when we have |
- // a preference system in place. |
- // For now Chrome will allow link to take focus if we're not running layout |
- // tests. |
- return !WebKit::layoutTestMode(); |
+ return webview_->GetTabsToLinks(); |
} |
WebCore::IntRect ChromeClientImpl::windowResizerRect() const { |