| Index: content/public/browser/navigation_handle.cc
|
| diff --git a/content/public/browser/navigation_handle.cc b/content/public/browser/navigation_handle.cc
|
| index ec0099b2b42e1ad788940683549ce661ae670235..56041594fe20c80391b10ed8d67a63282d6f71be 100644
|
| --- a/content/public/browser/navigation_handle.cc
|
| +++ b/content/public/browser/navigation_handle.cc
|
| @@ -33,6 +33,7 @@
|
| ->frame_tree_node(),
|
| true, // is_renderer_initiated
|
| false, // is_same_page
|
| + false, // is_srcdoc
|
| base::TimeTicks::Now(), 0,
|
| false); // started_from_context_menu
|
| handle_impl->set_render_frame_host(
|
|
|