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

Unified Diff: third_party/WebKit/Source/core/frame/Frame.h

Issue 2769263004: Remove Frame::host() method (Closed)
Patch Set: Created 3 years, 9 months 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: 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;

Powered by Google App Engine
This is Rietveld 408576698