| Index: chrome/common/pref_names.cc
|
| diff --git a/chrome/common/pref_names.cc b/chrome/common/pref_names.cc
|
| index 2d871ac68154d4472ddd11f4f4373af58bd3499d..726e8c52585903705364644947e2784b6496bcca 100644
|
| --- a/chrome/common/pref_names.cc
|
| +++ b/chrome/common/pref_names.cc
|
| @@ -96,6 +96,7 @@ const wchar_t kWebKitTextAreasAreResizable[] =
|
| L"webkit.webprefs.text_areas_are_resizable";
|
| const wchar_t kWebKitJavaEnabled[] =
|
| L"webkit.webprefs.java_enabled";
|
| +const wchar_t kWebkitTabsToLinks[] = L"webkit.webprefs.tabs_to_links";
|
|
|
| // Boolean which specifies whether the bookmark bar is visible on all tabs.
|
| const wchar_t kShowBookmarkBar[] = L"bookmark_bar.show_on_all_tabs";
|
|
|