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

Unified Diff: third_party/WebKit/Source/core/loader/EmptyClients.cpp

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/EmptyClients.cpp
diff --git a/third_party/WebKit/Source/core/loader/EmptyClients.cpp b/third_party/WebKit/Source/core/loader/EmptyClients.cpp
index bfe806b3b432d1025bc25c202cc77ed64b7e5d5d..3a8c557cc2eab234cf32c436511a7bcae376de55 100644
--- a/third_party/WebKit/Source/core/loader/EmptyClients.cpp
+++ b/third_party/WebKit/Source/core/loader/EmptyClients.cpp
@@ -28,6 +28,7 @@
#include "core/loader/EmptyClients.h"
#include <memory>
+#include "core/frame/ContentSettingsClient.h"
#include "core/frame/LocalFrame.h"
#include "core/frame/VisualViewport.h"
#include "core/html/HTMLFormElement.h"
@@ -195,6 +196,10 @@ EmptyLocalFrameClient::createServiceWorkerProvider() {
return nullptr;
}
+ContentSettingsClient& EmptyLocalFrameClient::contentSettingsClient() {
+ return m_contentSettingsClient;
+}
+
std::unique_ptr<WebApplicationCacheHost>
EmptyLocalFrameClient::createApplicationCacheHost(
WebApplicationCacheHostClient*) {
« no previous file with comments | « third_party/WebKit/Source/core/loader/EmptyClients.h ('k') | third_party/WebKit/Source/core/loader/FrameFetchContext.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698