| Index: content/shell/browser/layout_test/layout_test_devtools_frontend.cc
|
| diff --git a/content/shell/browser/layout_test/layout_test_devtools_frontend.cc b/content/shell/browser/layout_test/layout_test_devtools_frontend.cc
|
| index 9b0064ef1d31ccc4f7981e540ae8c00a77950b1c..7e5d0066389719061ea6bafacd6378bad36f87bf 100644
|
| --- a/content/shell/browser/layout_test/layout_test_devtools_frontend.cc
|
| +++ b/content/shell/browser/layout_test/layout_test_devtools_frontend.cc
|
| @@ -138,10 +138,4 @@ void LayoutTestDevToolsFrontend::RenderFrameCreated(
|
| BlinkTestController::Get()->HandleNewRenderFrameHost(render_frame_host);
|
| }
|
|
|
| -void LayoutTestDevToolsFrontend::RenderFrameHostChanged(
|
| - RenderFrameHost* old_host,
|
| - RenderFrameHost* new_host) {
|
| - BlinkTestController::Get()->HandleNewRenderFrameHost(new_host);
|
| -}
|
| -
|
| } // namespace content
|
|
|