| Index: content/shell/browser/layout_test/blink_test_controller.cc
|
| diff --git a/content/shell/browser/layout_test/blink_test_controller.cc b/content/shell/browser/layout_test/blink_test_controller.cc
|
| index 3793d4c1673391cade760555ab69c49f0c33ab81..554159fa58d2a29c1253aef43cfffd8d91a3c4d3 100644
|
| --- a/content/shell/browser/layout_test/blink_test_controller.cc
|
| +++ b/content/shell/browser/layout_test/blink_test_controller.cc
|
| @@ -374,7 +374,7 @@ void BlinkTestController::OpenURL(const GURL& url) {
|
| gfx::Size());
|
| }
|
|
|
| -void BlinkTestController::TestFinishedInSecondaryWindow() {
|
| +void BlinkTestController::TestFinishedInSecondaryRenderer() {
|
| RenderViewHost* render_view_host =
|
| main_window_->web_contents()->GetRenderViewHost();
|
| render_view_host->Send(
|
|
|