| Index: components/data_reduction_proxy/core/browser/data_reduction_proxy_settings_unittest.cc
|
| diff --git a/components/data_reduction_proxy/core/browser/data_reduction_proxy_settings_unittest.cc b/components/data_reduction_proxy/core/browser/data_reduction_proxy_settings_unittest.cc
|
| index 2b1a17b84a54014b7a87b63fd963c2ab6c5f5014..8ea465e5d65245475b7814721fa23fa8fe2668e6 100644
|
| --- a/components/data_reduction_proxy/core/browser/data_reduction_proxy_settings_unittest.cc
|
| +++ b/components/data_reduction_proxy/core/browser/data_reduction_proxy_settings_unittest.cc
|
| @@ -143,6 +143,7 @@ TEST_F(DataReductionProxySettingsTest, TestContentLengths) {
|
| }
|
|
|
| TEST(DataReductionProxySettingsStandaloneTest, TestEndToEndSecureProxyCheck) {
|
| + base::MessageLoopForIO message_loop;
|
| struct TestCase {
|
| const char* response_headers;
|
| const char* response_body;
|
| @@ -227,6 +228,7 @@ TEST(DataReductionProxySettingsStandaloneTest, TestEndToEndSecureProxyCheck) {
|
| }
|
|
|
| TEST(DataReductionProxySettingsStandaloneTest, TestOnProxyEnabledPrefChange) {
|
| + base::MessageLoopForIO message_loop;
|
| scoped_ptr<DataReductionProxyTestContext> drp_test_context =
|
| DataReductionProxyTestContext::Builder()
|
| .WithParamsFlags(DataReductionProxyParams::kAllowed |
|
|
|