Chromium Code Reviews| 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) { |
| } |