| 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..b3cc253013683b744767dea6b65b0b310b04a919 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 String& scope, LinkLoaderClient*) override;
|
| +
|
| private:
|
| explicit FrameLoaderClientImpl(WebLocalFrameImpl*);
|
|
|
|
|