| Index: third_party/WebKit/Source/core/frame/Frame.h
|
| diff --git a/third_party/WebKit/Source/core/frame/Frame.h b/third_party/WebKit/Source/core/frame/Frame.h
|
| index e84cdabc262b1f79297278ee84405a3bce6262bb..67f2b4af9411e03ff40157443784297c47699ce0 100644
|
| --- a/third_party/WebKit/Source/core/frame/Frame.h
|
| +++ b/third_party/WebKit/Source/core/frame/Frame.h
|
| @@ -44,7 +44,6 @@ class DOMWindow;
|
| class DOMWrapperWorld;
|
| class Document;
|
| class FrameClient;
|
| -class FrameHost;
|
| class FrameOwner;
|
| class HTMLFrameOwnerElement;
|
| class LayoutPart;
|
| @@ -91,10 +90,6 @@ class CORE_EXPORT Frame : public GarbageCollectedFinalized<Frame> {
|
|
|
| Page* page() const; // Null when the frame is detached.
|
|
|
| - // Deprecated; use page() instead.
|
| - // TODO(sashab): Remove this method.
|
| - FrameHost* host() const;
|
| -
|
| bool isMainFrame() const;
|
| bool isLocalRoot() const;
|
|
|
|
|