| Index: content/child/request_info.cc
|
| diff --git a/content/child/request_info.cc b/content/child/request_info.cc
|
| index 79c34a43c12335a742ddc6e575e3bb8d1a2c3e42..d7a5128ad172d17e1c71ff94a713dde8290391f0 100644
|
| --- a/content/child/request_info.cc
|
| +++ b/content/child/request_info.cc
|
| @@ -19,6 +19,7 @@ RequestInfo::RequestInfo()
|
| has_user_gesture(false),
|
| skip_service_worker(false),
|
| fetch_request_mode(FETCH_REQUEST_MODE_NO_CORS),
|
| + fetch_credentials_mode(FETCH_CREDENTIALS_MODE_OMIT),
|
| enable_load_timing(false),
|
| extra_data(NULL) {
|
| }
|
|
|