Index: content/test/test_frame_navigation_observer.cc |
diff --git a/content/test/test_frame_navigation_observer.cc b/content/test/test_frame_navigation_observer.cc |
index 002a987d46f3988e1320b82e5bfdbb5970e30d0e..5c34a7db51a49f35a6a746b9a2a6be5716f61eae 100644 |
--- a/content/test/test_frame_navigation_observer.cc |
+++ b/content/test/test_frame_navigation_observer.cc |
@@ -47,8 +47,7 @@ void TestFrameNavigationObserver::WaitForCommit() { |
void TestFrameNavigationObserver::DidStartProvisionalLoadForFrame( |
RenderFrameHost* render_frame_host, |
const GURL& validated_url, |
- bool is_error_page, |
- bool is_iframe_srcdoc) { |
+ bool is_error_page) { |
RenderFrameHostImpl* rfh = |
static_cast<RenderFrameHostImpl*>(render_frame_host); |
if (rfh->frame_tree_node()->frame_tree_node_id() == frame_tree_node_id_) { |