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

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

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.h
diff --git a/content/public/browser/navigation_handle.h b/content/public/browser/navigation_handle.h
index f2506c82dce30a5df29d0599180cd8268f09ae2a..a56253d05cba7be5bd3510517c17216377786e02 100644
--- a/content/public/browser/navigation_handle.h
+++ b/content/public/browser/navigation_handle.h
@@ -71,9 +71,6 @@ class CONTENT_EXPORT NavigationHandle {
// * using window.history.pushState
virtual bool IsRendererInitiated() = 0;
- // Whether the navigation is for an iframe with srcdoc attribute.
- virtual bool IsSrcdoc() = 0;
-
// Returns the FrameTreeNode ID for the frame in which the navigation is
// performed. This ID is browser-global and uniquely identifies a frame that
// hosts content. The identifier is fixed at the creation of the frame and

Powered by Google App Engine
This is Rietveld 408576698