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

Unified Diff: third_party/WebKit/Source/core/loader/FrameFetchContext.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/loader/FrameFetchContext.h
diff --git a/third_party/WebKit/Source/core/loader/FrameFetchContext.h b/third_party/WebKit/Source/core/loader/FrameFetchContext.h
index 9a4bb579603dfcf16c890b73b89eb2cdfb975353..671f2e48236cd127576e6e9fc1752b8bd00d9f90 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;
@@ -181,6 +182,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;
« no previous file with comments | « third_party/WebKit/Source/core/loader/EmptyClients.cpp ('k') | third_party/WebKit/Source/core/loader/FrameFetchContext.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698