From 8dafad32e63d4f8657aa88f0b17254d8a91727d6 Mon Sep 17 00:00:00 2001 From: "jochen@chromium.org" Date: Mon, 10 Dec 2012 14:11:45 +0000 Subject: [content shell] remove WebKitTestRunnerHost. Instead of having an observer per WebContents, only observe the main window. In a previous patch, all IPC messages were already routed to this one main window. Also, rename webkit_test_runner_host.* to webkit_test_controller.* BUG=111316 TEST=nothing breaks R=marja@chromium.org Review URL: https://chromiumcodereview.appspot.com/11494004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@172054 0039d316-1c4b-4281-b951-d872f2087c98 --- content/shell/shell_browser_main.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'content/shell/shell_browser_main.cc') diff --git a/content/shell/shell_browser_main.cc b/content/shell/shell_browser_main.cc index bfa2e0e..283617c 100644 --- a/content/shell/shell_browser_main.cc +++ b/content/shell/shell_browser_main.cc @@ -17,7 +17,7 @@ #include "base/utf_string_conversions.h" #include "content/public/browser/browser_main_runner.h" #include "content/shell/shell_switches.h" -#include "content/shell/webkit_test_runner_host.h" +#include "content/shell/webkit_test_controller.h" #include "net/base/net_util.h" #include "webkit/support/webkit_support.h" -- cgit v1.1