Index: third_party/WebKit/Source/core/loader/FrameLoaderClient.h |
diff --git a/third_party/WebKit/Source/core/loader/FrameLoaderClient.h b/third_party/WebKit/Source/core/loader/FrameLoaderClient.h |
index 34c16c74dd2ec9fea8e19b823644d945433ef382..a11fe7147b3f774896a3482f1da3127836e272e2 100644 |
--- a/third_party/WebKit/Source/core/loader/FrameLoaderClient.h |
+++ b/third_party/WebKit/Source/core/loader/FrameLoaderClient.h |
@@ -58,6 +58,7 @@ class HTMLPlugInElement; |
class HistoryItem; |
class KURL; |
class LocalFrame; |
+class LinkLoaderClient; |
class ResourceError; |
class ResourceRequest; |
class ResourceResponse; |
@@ -253,6 +254,7 @@ public: |
}; |
virtual void suddenTerminationDisablerChanged(bool present, SuddenTerminationDisablerType) { } |
+ virtual void registerServiceWorker(const KURL& scriptUrl, const String& scope, LinkLoaderClient*) { } |
}; |
} // namespace blink |