| Index: content/child/request_info.cc
|
| diff --git a/content/child/request_info.cc b/content/child/request_info.cc
|
| index 7752081e362ad34446093adf975aad172a07363d..f40240578514e23d883d30f2b0cd7618cb12f26e 100644
|
| --- a/content/child/request_info.cc
|
| +++ b/content/child/request_info.cc
|
| @@ -19,6 +19,7 @@ RequestInfo::RequestInfo()
|
| download_to_file(false),
|
| has_user_gesture(false),
|
| skip_service_worker(false),
|
| + should_reset_appcache(false),
|
| fetch_request_mode(FETCH_REQUEST_MODE_NO_CORS),
|
| fetch_credentials_mode(FETCH_CREDENTIALS_MODE_OMIT),
|
| enable_load_timing(false),
|
|
|