Index: content/shell/browser/webkit_test_controller.cc |
=================================================================== |
--- content/shell/browser/webkit_test_controller.cc (revision 244775) |
+++ content/shell/browser/webkit_test_controller.cc (working copy) |
@@ -255,8 +255,7 @@ |
current_pid_ = base::kNullProcessId; |
main_window_->LoadURL(test_url); |
} else { |
-#if (defined(OS_WIN) && !defined(USE_AURA)) || \ |
- defined(TOOLKIT_GTK) || defined(OS_MACOSX) |
+#if defined(TOOLKIT_GTK) || defined(OS_MACOSX) |
// Shell::SizeTo is not implemented on all platforms. |
main_window_->SizeTo(initial_size_); |
#endif |