Index: content/public/test/test_frame_navigation_observer.cc |
diff --git a/content/public/test/test_frame_navigation_observer.cc b/content/public/test/test_frame_navigation_observer.cc |
index e16c7d9a3764e1a14add6307abddbd881d81a97b..3f20309411b459ad6df3ae0860475d0ce024b00d 100644 |
--- a/content/public/test/test_frame_navigation_observer.cc |
+++ b/content/public/test/test_frame_navigation_observer.cc |
@@ -59,8 +59,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_) { |