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

Unified Diff: third_party/WebKit/public/web/modules/serviceworker/WebServiceWorkerContextClient.h

Issue 2733283004: Expose WebServiceWorkerNetworkProvider on DataSource (Closed)
Patch Set: consistency 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/public/web/modules/serviceworker/WebServiceWorkerContextClient.h
diff --git a/third_party/WebKit/public/web/modules/serviceworker/WebServiceWorkerContextClient.h b/third_party/WebKit/public/web/modules/serviceworker/WebServiceWorkerContextClient.h
index 4d1105aabcfbb7ce8ddbab03542437193983c119..c272ec9b7a8e47f3f74d65140cc4ace853ae622b 100644
--- a/third_party/WebKit/public/web/modules/serviceworker/WebServiceWorkerContextClient.h
+++ b/third_party/WebKit/public/web/modules/serviceworker/WebServiceWorkerContextClient.h
@@ -45,7 +45,6 @@
namespace blink {
struct WebServiceWorkerClientQueryOptions;
-class WebDataSource;
class WebServiceWorkerContextProxy;
class WebServiceWorkerNetworkProvider;
class WebServiceWorkerProvider;
@@ -203,8 +202,8 @@ class WebServiceWorkerContextClient {
// Ownership of the returned object is transferred to the caller.
// This is called on the main thread.
- virtual WebServiceWorkerNetworkProvider* createServiceWorkerNetworkProvider(
- WebDataSource*) {
+ virtual WebServiceWorkerNetworkProvider*
+ createServiceWorkerNetworkProvider() {
return nullptr;
}

Powered by Google App Engine
This is Rietveld 408576698