Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(812)

Unified Diff: content/shell/shell_render_process_observer.cc

Issue 10860037: [content shell] rename layout_test_controller{,_host,_bindings}.* to webkit_test_runner (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: patch for landing Created 8 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « content/shell/shell_javascript_dialog_creator.cc ('k') | content/shell/shell_resources.grd » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/shell/shell_render_process_observer.cc
diff --git a/content/shell/shell_render_process_observer.cc b/content/shell/shell_render_process_observer.cc
index e78218ec8533d8449f0772df2e4ac4c6755df4d4..25f4f95536620ba891c1011bfa733a820c639b81 100644
--- a/content/shell/shell_render_process_observer.cc
+++ b/content/shell/shell_render_process_observer.cc
@@ -6,8 +6,8 @@
#include "base/command_line.h"
#include "content/public/renderer/render_thread.h"
-#include "content/shell/layout_test_controller_bindings.h"
#include "content/shell/shell_switches.h"
+#include "content/shell/webkit_test_runner_bindings.h"
#include "webkit/glue/webkit_glue.h"
#include "webkit/support/gc_extension.h"
@@ -26,7 +26,7 @@ void ShellRenderProcessObserver::WebKitInitialized() {
// To implement a catch-all for not yet implemented controller properties.
webkit_glue::SetJavaScriptFlags(" --harmony_proxies");
- RenderThread::Get()->RegisterExtension(new LayoutTestControllerBindings());
+ RenderThread::Get()->RegisterExtension(new WebKitTestRunnerBindings());
// We always expose GC to layout tests.
webkit_glue::SetJavaScriptFlags(" --expose-gc");
« no previous file with comments | « content/shell/shell_javascript_dialog_creator.cc ('k') | content/shell/shell_resources.grd » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698