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

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

Issue 2733283004: Expose WebServiceWorkerNetworkProvider on DataSource (Closed)
Patch Set: crash fix Created 3 years, 9 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/WebDataSourceImpl.h
diff --git a/third_party/WebKit/Source/web/WebDataSourceImpl.h b/third_party/WebKit/Source/web/WebDataSourceImpl.h
index f0f464d7f5f8d1d6601f568e4f43ea85c4d45588..f09ccb096c4fdc423dbf83957deaf45c75726ad7 100644
--- a/third_party/WebKit/Source/web/WebDataSourceImpl.h
+++ b/third_party/WebKit/Source/web/WebDataSourceImpl.h
@@ -73,6 +73,9 @@ class WebDataSourceImpl final : public DocumentLoader, public WebDataSource {
double fetchStartTime,
bool hasRedirect) override;
void setSubresourceFilter(WebDocumentSubresourceFilter*) override;
+ void setServiceWorkerNetworkProvider(
+ std::unique_ptr<WebServiceWorkerNetworkProvider>) override;
+ WebServiceWorkerNetworkProvider* getServiceWorkerNetworkProvider() override;
static WebNavigationType toWebNavigationType(NavigationType);

Powered by Google App Engine
This is Rietveld 408576698