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

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

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.h
diff --git a/third_party/WebKit/Source/core/frame/FrameHost.h b/third_party/WebKit/Source/core/frame/FrameHost.h
index e04f2b99465c06908be8a2dec7f287c9e341f33e..fa31c019f459fbf4450f766021861cddeb6223eb 100644
--- a/third_party/WebKit/Source/core/frame/FrameHost.h
+++ b/third_party/WebKit/Source/core/frame/FrameHost.h
@@ -43,7 +43,6 @@ namespace blink {
class BrowserControls;
class ChromeClient;
class ConsoleMessageStorage;
-class Deprecation;
class EventHandlerRegistry;
class OverscrollController;
class Page;
@@ -77,9 +76,6 @@ class CORE_EXPORT FrameHost final
UseCounter& useCounter();
const UseCounter& useCounter() const;
- Deprecation& deprecation();
- const Deprecation& deprecation() const;
-
// Corresponds to pixel density of the device where this Page is
// being displayed. In multi-monitor setups this can vary between pages.
// This value does not account for Page zoom, use LocalFrame::devicePixelRatio
« no previous file with comments | « third_party/WebKit/Source/core/frame/Deprecation.cpp ('k') | third_party/WebKit/Source/core/frame/FrameHost.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698