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

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

Issue 2534393003: (Reland) Remove about:srcdoc url conversion. (Closed)
Patch Set: Rebase. Created 4 years 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
« no previous file with comments | « content/public/browser/navigation_handle.h ('k') | content/public/browser/web_contents_observer.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/public/browser/navigation_handle.cc
diff --git a/content/public/browser/navigation_handle.cc b/content/public/browser/navigation_handle.cc
index 7a15413f719880ab0404a53bdd84db0f16887b1a..6bb48ebc13d7677441e734a862986281be1ee512 100644
--- a/content/public/browser/navigation_handle.cc
+++ b/content/public/browser/navigation_handle.cc
@@ -34,7 +34,6 @@ NavigationHandle::CreateNavigationHandleForTesting(
->frame_tree_node(),
true, // is_renderer_initiated
false, // is_same_page
- false, // is_srcdoc
base::TimeTicks::Now(), 0,
has_user_gesture ? NavigationGestureUser : NavigationGestureAuto,
false); // started_from_context_menu
« no previous file with comments | « content/public/browser/navigation_handle.h ('k') | content/public/browser/web_contents_observer.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698