Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(863)

Unified Diff: third_party/WebKit/Source/web/ServiceWorkerGlobalScopeProxy.h

Issue 2649923007: Revert of Show service worker navigation preload requests in DevTools Network tab (Closed)
Patch Set: Created 3 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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 34b07a4d1c048a67d1f85e302d3934e43f5be131..6a7fc6125a5a377ab45625d0aff3e263b1a67e3c 100644
--- a/third_party/WebKit/Source/web/ServiceWorkerGlobalScopeProxy.h
+++ b/third_party/WebKit/Source/web/ServiceWorkerGlobalScopeProxy.h
@@ -111,7 +111,6 @@
void dispatchPaymentRequestEvent(int,
const WebPaymentAppRequestData&) override;
bool hasFetchEventHandler() override;
- void onNavigationPreloadSent(int fetchEventID, const WebURL&) override;
void onNavigationPreloadResponse(
int fetchEventID,
std::unique_ptr<WebURLResponse>,
@@ -119,8 +118,6 @@
void onNavigationPreloadError(
int fetchEventID,
std::unique_ptr<WebServiceWorkerError>) override;
- void onNavigationPreloadCompleted(int fetchEventID,
- int64_t encodedDataLength) override;
// WorkerReportingProxy overrides:
void countFeature(UseCounter::Feature) override;

Powered by Google App Engine
This is Rietveld 408576698