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 87847c3ebb566ff296dbbb1c5bde3c569300aeb9..6c61df73381593ecf70b85d9cd796a0b716ab2da 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( |