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

Unified Diff: third_party/WebKit/Source/core/frame/FrameHost.cpp

Issue 2737243003: Remove FrameHost::subFrameCount() (Closed)
Patch Set: Rebase 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/FrameHost.cpp
diff --git a/third_party/WebKit/Source/core/frame/FrameHost.cpp b/third_party/WebKit/Source/core/frame/FrameHost.cpp
index fd9d06492da8b47eaef7fff1a65da62558485614..ebf4ebe0395a8fb17684cd2a0a07c7813768eb5b 100644
--- a/third_party/WebKit/Source/core/frame/FrameHost.cpp
+++ b/third_party/WebKit/Source/core/frame/FrameHost.cpp
@@ -66,16 +66,4 @@ DEFINE_TRACE(FrameHost) {
visitor->trace(m_page);
}
-void FrameHost::incrementSubframeCount() {
- page().incrementSubframeCount();
-}
-
-void FrameHost::decrementSubframeCount() {
- page().decrementSubframeCount();
-}
-
-int FrameHost::subframeCount() const {
- return page().subframeCount();
-}
-
} // namespace blink
« no previous file with comments | « third_party/WebKit/Source/core/frame/FrameHost.h ('k') | third_party/WebKit/Source/core/html/HTMLFrameOwnerElement.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698