| Index: chrome/browser/tab_contents/render_view_host_delegate_helper.cc
|
| diff --git a/chrome/browser/tab_contents/render_view_host_delegate_helper.cc b/chrome/browser/tab_contents/render_view_host_delegate_helper.cc
|
| index a1f7f01b4889d390a7251323c57c6496085a3978..590a5008afe0731e3afcb8d521243f591e415730 100644
|
| --- a/chrome/browser/tab_contents/render_view_host_delegate_helper.cc
|
| +++ b/chrome/browser/tab_contents/render_view_host_delegate_helper.cc
|
| @@ -190,6 +190,7 @@ WebPreferences RenderViewHostDelegateHelper::GetWebkitPrefs(
|
| prefs->GetBoolean(prefs::kWebKitShrinksStandaloneImagesToFit);
|
| web_prefs.inspector_settings = WideToUTF8(
|
| prefs->GetString(prefs::kWebKitInspectorSettings));
|
| + web_prefs.tabs_to_links = prefs->GetBoolean(prefs::kWebkitTabsToLinks);
|
|
|
| { // Command line switches are used for preferences with no user interface.
|
| const CommandLine& command_line = *CommandLine::ForCurrentProcess();
|
|
|