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

Unified Diff: third_party/WebKit/Source/modules/serviceworkers/ForeignFetchRespondWithObserver.h

Issue 2526343003: Introduce new security restrictions in FetchEvent.respondWith(). (Closed)
Patch Set: incorporated falken's comment 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: third_party/WebKit/Source/modules/serviceworkers/ForeignFetchRespondWithObserver.h
diff --git a/third_party/WebKit/Source/modules/serviceworkers/ForeignFetchRespondWithObserver.h b/third_party/WebKit/Source/modules/serviceworkers/ForeignFetchRespondWithObserver.h
index 3c4b2b843ed62ee9637c20b1ef989645c1ea4589..44892681d3ffd366983090f1ed8684b3b0a07e1f 100644
--- a/third_party/WebKit/Source/modules/serviceworkers/ForeignFetchRespondWithObserver.h
+++ b/third_party/WebKit/Source/modules/serviceworkers/ForeignFetchRespondWithObserver.h
@@ -19,6 +19,7 @@ class MODULES_EXPORT ForeignFetchRespondWithObserver final
int eventID,
const KURL& requestURL,
WebURLRequest::FetchRequestMode,
+ WebURLRequest::FetchRedirectMode,
WebURLRequest::FrameType,
WebURLRequest::RequestContext,
PassRefPtr<SecurityOrigin>,
@@ -31,6 +32,7 @@ class MODULES_EXPORT ForeignFetchRespondWithObserver final
int eventID,
const KURL& requestURL,
WebURLRequest::FetchRequestMode,
+ WebURLRequest::FetchRedirectMode,
WebURLRequest::FrameType,
WebURLRequest::RequestContext,
PassRefPtr<SecurityOrigin>,

Powered by Google App Engine
This is Rietveld 408576698