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

Unified Diff: content/public/browser/navigation_handle.cc

Issue 2494633004: Remove about:srcdoc url conversion. (Closed)
Patch Set: Fix tests with about::blank Created 4 years, 1 month 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/public/browser/navigation_handle.cc
diff --git a/content/public/browser/navigation_handle.cc b/content/public/browser/navigation_handle.cc
index 56041594fe20c80391b10ed8d67a63282d6f71be..ec0099b2b42e1ad788940683549ce661ae670235 100644
--- a/content/public/browser/navigation_handle.cc
+++ b/content/public/browser/navigation_handle.cc
@@ -33,7 +33,6 @@ NavigationHandle::CreateNavigationHandleForTesting(
->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(

Powered by Google App Engine
This is Rietveld 408576698