diff options
Diffstat (limited to 'content/shell/webkit_test_controller.cc')
-rw-r--r-- | content/shell/webkit_test_controller.cc | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/content/shell/webkit_test_controller.cc b/content/shell/webkit_test_controller.cc index 1a5acb5..f6a2b51 100644 --- a/content/shell/webkit_test_controller.cc +++ b/content/shell/webkit_test_controller.cc @@ -264,7 +264,6 @@ bool WebKitTestController::ResetAfterLayoutTest() { prefs_ = webkit_glue::WebPreferences(); should_override_prefs_ = false; watchdog_.Cancel(); - Send(new ShellViewMsg_ResetAll); return true; } @@ -416,7 +415,7 @@ void WebKitTestController::DiscardMainWindow() { void WebKitTestController::SendTestConfiguration() { RenderViewHost* render_view_host = main_window_->web_contents()->GetRenderViewHost(); - ShellViewMsg_SetTestConfiguration_Params params; + ShellTestConfiguration params; params.current_working_directory = current_working_directory_; params.temp_path = temp_path_; params.test_url = test_url_; |