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

Unified Diff: third_party/WebKit/Source/web/LocalFrameClientImpl.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/web/LocalFrameClientImpl.h
diff --git a/third_party/WebKit/Source/web/LocalFrameClientImpl.h b/third_party/WebKit/Source/web/LocalFrameClientImpl.h
index 64d44d352215e3ea49761b67d88bfbcf9d2b8738..6228f89ae189a737ea44b49b0dba84abd5055e76 100644
--- a/third_party/WebKit/Source/web/LocalFrameClientImpl.h
+++ b/third_party/WebKit/Source/web/LocalFrameClientImpl.h
@@ -167,18 +167,6 @@ class LocalFrameClientImpl final : public LocalFrameClient {
bool shouldPreferPlugInsForImages) override;
void didChangeScrollOffset() override;
void didUpdateCurrentHistoryItem() override;
- bool allowScript(bool enabledPerSettings) override;
- bool allowScriptFromSource(bool enabledPerSettings,
- const KURL& scriptURL) override;
- bool allowPlugins(bool enabledPerSettings) override;
- bool allowImage(bool enabledPerSettings, const KURL& imageURL) override;
- bool allowRunningInsecureContent(bool enabledPerSettings,
- SecurityOrigin*,
- const KURL&) override;
- bool allowAutoplay(bool defaultValue) override;
- void passiveInsecureContentFound(const KURL&) override;
- void didNotAllowScript() override;
- void didNotAllowPlugins() override;
WebCookieJar* cookieJar() const override;
void frameFocused() const override;
@@ -201,6 +189,8 @@ class LocalFrameClientImpl final : public LocalFrameClient {
std::unique_ptr<WebServiceWorkerProvider> createServiceWorkerProvider()
override;
+ ContentSettingsClient& contentSettingsClient() override;
+
SharedWorkerRepositoryClient* sharedWorkerRepositoryClient() override;
std::unique_ptr<WebApplicationCacheHost> createApplicationCacheHost(
« no previous file with comments | « third_party/WebKit/Source/web/LocalFileSystemClient.cpp ('k') | third_party/WebKit/Source/web/LocalFrameClientImpl.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698