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

Unified Diff: content/child/request_info.cc

Issue 588153002: [ServiceWorker] Plumbing the request mode from the renderer to the ServiceWorker. [2/2 chromium] (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fix compile error 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
« no previous file with comments | « content/child/request_info.h ('k') | content/child/resource_dispatcher.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/child/request_info.cc
diff --git a/content/child/request_info.cc b/content/child/request_info.cc
index 33069f50ab34bcb6549cb3c17d1e6524b7db7d45..79c34a43c12335a742ddc6e575e3bb8d1a2c3e42 100644
--- a/content/child/request_info.cc
+++ b/content/child/request_info.cc
@@ -18,6 +18,7 @@ RequestInfo::RequestInfo()
download_to_file(false),
has_user_gesture(false),
skip_service_worker(false),
+ fetch_request_mode(FETCH_REQUEST_MODE_NO_CORS),
enable_load_timing(false),
extra_data(NULL) {
}
« no previous file with comments | « content/child/request_info.h ('k') | content/child/resource_dispatcher.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698