| Index: webkit/tools/test_shell/test_shell_main.cc
|
| ===================================================================
|
| --- webkit/tools/test_shell/test_shell_main.cc (revision 26204)
|
| +++ webkit/tools/test_shell/test_shell_main.cc (working copy)
|
| @@ -81,8 +81,10 @@
|
| bool ux_theme = parsed_command_line.HasSwitch(test_shell::kUxTheme);
|
| bool classic_theme =
|
| parsed_command_line.HasSwitch(test_shell::kClassicTheme);
|
| +#if defined(OS_WIN)
|
| bool generic_theme = (layout_test_mode && !ux_theme && !classic_theme) ||
|
| parsed_command_line.HasSwitch(test_shell::kGenericTheme);
|
| +#endif
|
|
|
| bool enable_gp_fault_error_box = false;
|
| enable_gp_fault_error_box =
|
|
|