| Index: content/child/request_info.cc
|
| diff --git a/content/child/request_info.cc b/content/child/request_info.cc
|
| index 3ae2d361d9a726d43a610415ebfe1142f5efa0f5..2d69b51d5757d8b7e32ed8768f8d17bd86f167fc 100644
|
| --- a/content/child/request_info.cc
|
| +++ b/content/child/request_info.cc
|
| @@ -28,7 +28,8 @@ RequestInfo::RequestInfo()
|
| do_not_prompt_for_login(false),
|
| report_raw_headers(false),
|
| extra_data(NULL),
|
| - loading_web_task_runner(nullptr) {}
|
| + loading_web_task_runner(nullptr),
|
| + lofi_state(LOFI_UNSPECIFIED) {}
|
|
|
| RequestInfo::~RequestInfo() {}
|
|
|
|
|