Chromium Code Reviews| Index: content/browser/loader/async_resource_handler_unittest.cc |
| diff --git a/content/browser/loader/async_resource_handler_unittest.cc b/content/browser/loader/async_resource_handler_unittest.cc |
| index 002e38b6f33e803c6df63f97114cd1f5f6e8fd5e..80ed47814b722324e534c323e70d680609b835d7 100644 |
| --- a/content/browser/loader/async_resource_handler_unittest.cc |
| +++ b/content/browser/loader/async_resource_handler_unittest.cc |
| @@ -33,6 +33,7 @@ |
| #include "content/public/browser/resource_context.h" |
| #include "content/public/browser/resource_request_info.h" |
| #include "content/public/common/content_features.h" |
| +#include "content/public/common/previews_state.h" |
| #include "content/public/common/resource_type.h" |
| #include "content/public/test/mock_resource_context.h" |
| #include "content/public/test/test_browser_thread_bundle.h" |
| @@ -187,7 +188,7 @@ class AsyncResourceHandlerTest : public ::testing::Test, |
| resource_context_.get(), // context |
| false, // report_raw_headers |
| true, // is_async |
| - false, // is_using_lofi |
| + PREVIEWS_OFF, // previews_state |
|
nasko
2016/12/12 23:05:41
nit: Needs to be aligned with the rest.
megjablon
2016/12/13 03:03:14
Done.
|
| std::string(), // original_headers |
| nullptr, // body |
| false); // initiated_in_secure_context |