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

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

Issue 2786673002: Separate ContentSettingsClient out from LocalFrameClient (Closed)
Patch Set: added class-level comment Created 3 years, 8 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/LocalFrame.h
diff --git a/third_party/WebKit/Source/core/frame/LocalFrame.h b/third_party/WebKit/Source/core/frame/LocalFrame.h
index 89c09f178bfebc4758876773e9e73fb4af9aa91f..e8e5ea2b85429e8974668af9d605681b396d144b 100644
--- a/third_party/WebKit/Source/core/frame/LocalFrame.h
+++ b/third_party/WebKit/Source/core/frame/LocalFrame.h
@@ -45,6 +45,7 @@
namespace blink {
class Color;
+class ContentSettingsClient;
class Document;
class DragImage;
class Editor;
@@ -220,6 +221,8 @@ class CORE_EXPORT LocalFrame final : public Frame,
LocalFrameClient* client() const;
+ ContentSettingsClient* contentSettingsClient();
+
PluginData* pluginData() const;
PerformanceMonitor* performanceMonitor() { return m_performanceMonitor; }
« no previous file with comments | « third_party/WebKit/Source/core/frame/ContentSettingsClient.cpp ('k') | third_party/WebKit/Source/core/frame/LocalFrame.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698