Index: third_party/WebKit/Source/web/FrameLoaderClientImpl.h |
diff --git a/third_party/WebKit/Source/web/FrameLoaderClientImpl.h b/third_party/WebKit/Source/web/FrameLoaderClientImpl.h |
index 38bab187ba71625f287cf6e1e0bee5aef5503f00..c51c1ab3254c971fa985b0bd08eff8a3f55060b4 100644 |
--- a/third_party/WebKit/Source/web/FrameLoaderClientImpl.h |
+++ b/third_party/WebKit/Source/web/FrameLoaderClientImpl.h |
@@ -180,6 +180,8 @@ public: |
void suddenTerminationDisablerChanged(bool present, SuddenTerminationDisablerType) override; |
+ void registerServiceWorker(const KURL& scriptURL, const KURL& scopeURL, LinkLoaderClient*) override; |
+ |
private: |
explicit FrameLoaderClientImpl(WebLocalFrameImpl*); |