| Index: webkit/tools/test_shell/layout_test_controller.cc
|
| ===================================================================
|
| --- webkit/tools/test_shell/layout_test_controller.cc (revision 26446)
|
| +++ webkit/tools/test_shell/layout_test_controller.cc (working copy)
|
| @@ -922,6 +922,8 @@
|
| preferences->local_storage_enabled = CppVariantToBool(value);
|
| else if (key == "WebKitOfflineWebApplicationCacheEnabled")
|
| preferences->application_cache_enabled = CppVariantToBool(value);
|
| + else if (key == "WebKitTabToLinksPreferenceKey")
|
| + preferences->tabs_to_links = CppVariantToBool(value);
|
| else {
|
| std::string message("Invalid name for preference: ");
|
| message.append(key);
|
|
|