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

Unified Diff: content/shell/browser/layout_test/layout_test_devtools_frontend.cc

Issue 2085023003: Simplify detection of new, test-related RenderFrameHosts. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 6 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
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

Powered by Google App Engine
This is Rietveld 408576698