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

Unified Diff: third_party/WebKit/Source/core/loader/FrameFetchContext.h

Issue 2786673002: Separate ContentSettingsClient out from LocalFrameClient (Closed)
Patch Set: fix 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/loader/FrameFetchContext.h
diff --git a/third_party/WebKit/Source/core/loader/FrameFetchContext.h b/third_party/WebKit/Source/core/loader/FrameFetchContext.h
index de7850a10b12090c36d0c86a2ac5ea48051e9a8a..e745c068f283c23e3dc9a7aa4c814f05995ea247 100644
--- a/third_party/WebKit/Source/core/loader/FrameFetchContext.h
+++ b/third_party/WebKit/Source/core/loader/FrameFetchContext.h
@@ -44,10 +44,11 @@
namespace blink {
class ClientHintsPreferences;
+class ContentSettingsClient;
class Document;
class DocumentLoader;
-class LocalFrameClient;
class LocalFrame;
+class LocalFrameClient;
class ResourceError;
class ResourceResponse;
@@ -182,6 +183,8 @@ class CORE_EXPORT FrameFetchContext final : public FetchContext {
LocalFrame* frame() const;
LocalFrameClient* localFrameClient() const;
+ ContentSettingsClient* contentSettingsClient() const;
+
LocalFrame* frameOfImportsController() const;
void printAccessDeniedMessage(const KURL&) const;

Powered by Google App Engine
This is Rietveld 408576698