| Index: content/public/browser/navigation_handle.h
|
| diff --git a/content/public/browser/navigation_handle.h b/content/public/browser/navigation_handle.h
|
| index b1a4a1df8392a0c687545456e74734a685a8beee..f052eed435d3136f247798baa08b034d54353f19 100644
|
| --- a/content/public/browser/navigation_handle.h
|
| +++ b/content/public/browser/navigation_handle.h
|
| @@ -73,9 +73,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
|
|
|