| Index: content/public/test/test_frame_navigation_observer.h
|
| diff --git a/content/public/test/test_frame_navigation_observer.h b/content/public/test/test_frame_navigation_observer.h
|
| index 9717daf9dc0d066d2dd8d49e2eafaaae0ea4fc2c..10b0b77affd6e71f9806092f152a5299998eaf75 100644
|
| --- a/content/public/test/test_frame_navigation_observer.h
|
| +++ b/content/public/test/test_frame_navigation_observer.h
|
| @@ -44,7 +44,8 @@
|
| // WebContentsObserver
|
| void DidStartProvisionalLoadForFrame(RenderFrameHost* render_frame_host,
|
| const GURL& validated_url,
|
| - bool is_error_page) override;
|
| + bool is_error_page,
|
| + bool is_iframe_srcdoc) override;
|
| void DidCommitProvisionalLoadForFrame(
|
| RenderFrameHost* render_frame_host,
|
| const GURL& url,
|
|
|