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

Unified Diff: content/browser/service_worker/service_worker_provider_host.h

Issue 2518523003: Limit timeout for foreign fetch events when triggered by another service worker. (Closed)
Patch Set: don't intercept worker main resource fetches Created 4 years 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: content/browser/service_worker/service_worker_provider_host.h
diff --git a/content/browser/service_worker/service_worker_provider_host.h b/content/browser/service_worker/service_worker_provider_host.h
index a53f8a3a75fb76afe74b8e4696a8d3557a87b426..3cfc6eabdb63e83c8821520bd865f4a74fec5954 100644
--- a/content/browser/service_worker/service_worker_provider_host.h
+++ b/content/browser/service_worker/service_worker_provider_host.h
@@ -262,6 +262,7 @@ class CONTENT_EXPORT ServiceWorkerProviderHost
void NotifyControllerLost();
private:
+ friend class ForeignFetchRequestHandlerTest;
friend class LinkHeaderServiceWorkerTest;
friend class ServiceWorkerProviderHostTestP;
friend class ServiceWorkerWriteToCacheJobTest;

Powered by Google App Engine
This is Rietveld 408576698