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

Unified Diff: content/child/request_info.h

Issue 615493003: [ServiceWorker] Plumbing the request credentials mode to the ServiceWorker. [2/2 chromium] (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fix GetFetchCredentialsMode Created 6 years, 3 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: content/child/request_info.h
diff --git a/content/child/request_info.h b/content/child/request_info.h
index 142997e9fedeffe31efbdf2c11edea3e569d98ee..b1bb524a05df4337e435f961cccbe5d7b4031863 100644
--- a/content/child/request_info.h
+++ b/content/child/request_info.h
@@ -82,6 +82,9 @@ struct CONTENT_EXPORT RequestInfo {
// The request mode passed to the ServiceWorker.
FetchRequestMode fetch_request_mode;
+ // The credentials mode passed to the ServiceWorker.
+ FetchCredentialsMode fetch_credentials_mode;
+
// TODO(mmenke): Investigate if enable_load_timing is safe to remove.
// True if load timing data should be collected for the request.
bool enable_load_timing;

Powered by Google App Engine
This is Rietveld 408576698