Index: third_party/WebKit/Source/web/ServiceWorkerGlobalScopeProxy.h |
diff --git a/third_party/WebKit/Source/web/ServiceWorkerGlobalScopeProxy.h b/third_party/WebKit/Source/web/ServiceWorkerGlobalScopeProxy.h |
index 6a7fc6125a5a377ab45625d0aff3e263b1a67e3c..3567dca8c475c59a381f5b5099f29650d1ae189b 100644 |
--- a/third_party/WebKit/Source/web/ServiceWorkerGlobalScopeProxy.h |
+++ b/third_party/WebKit/Source/web/ServiceWorkerGlobalScopeProxy.h |
@@ -111,6 +111,10 @@ class ServiceWorkerGlobalScopeProxy final |
void dispatchPaymentRequestEvent(int, |
const WebPaymentAppRequestData&) override; |
bool hasFetchEventHandler() override; |
+ void onNavigationPreloadSent(int fetchEventID, |
+ const WebURL&, |
+ double sentTimestamp, |
+ double sentWallTime) override; |
void onNavigationPreloadResponse( |
int fetchEventID, |
std::unique_ptr<WebURLResponse>, |
@@ -118,6 +122,7 @@ class ServiceWorkerGlobalScopeProxy final |
void onNavigationPreloadError( |
int fetchEventID, |
std::unique_ptr<WebServiceWorkerError>) override; |
+ void onNavigationPreloadCompleted(int fetchEventID) override; |
// WorkerReportingProxy overrides: |
void countFeature(UseCounter::Feature) override; |