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

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

Issue 2720213002: Removed FrameHost::deprecation() (Closed)
Patch Set: Created 3 years, 10 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 af75ed70d88eae9f003ae9b982d03c9ae78c3765..2534fbd4dc881009eb4a37c1a13058615b632f45 100644
--- a/third_party/WebKit/Source/core/frame/FrameHost.cpp
+++ b/third_party/WebKit/Source/core/frame/FrameHost.cpp
@@ -82,14 +82,6 @@ const UseCounter& FrameHost::useCounter() const {
return m_page->useCounter();
}
-Deprecation& FrameHost::deprecation() {
- return m_page->deprecation();
-}
-
-const Deprecation& FrameHost::deprecation() const {
- return m_page->deprecation();
-}
-
float FrameHost::deviceScaleFactorDeprecated() const {
return m_page->deviceScaleFactor();
}
« no previous file with comments | « third_party/WebKit/Source/core/frame/FrameHost.h ('k') | third_party/WebKit/Source/core/frame/UseCounterTest.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698