| Index: components/data_reduction_proxy/browser/data_reduction_proxy_protocol_unittest.cc
|
| diff --git a/components/data_reduction_proxy/browser/data_reduction_proxy_protocol_unittest.cc b/components/data_reduction_proxy/browser/data_reduction_proxy_protocol_unittest.cc
|
| index 0e3b2377311ace47635803c4ec4e4934e9c59f9c..d6918fdf18a0212fd3ecd431c9feb3d8ecffc6cc 100644
|
| --- a/components/data_reduction_proxy/browser/data_reduction_proxy_protocol_unittest.cc
|
| +++ b/components/data_reduction_proxy/browser/data_reduction_proxy_protocol_unittest.cc
|
| @@ -886,8 +886,6 @@ TEST_F(DataReductionProxyProtocolTest, OnResolveProxyHandler) {
|
| // With Finch trial set, should only bypass if LOAD flag is set and the
|
| // effective proxy is the data compression proxy.
|
| base::FieldTrialList field_trial_list(new BadEntropyProvider());
|
| - base::FieldTrialList::CreateFieldTrial("DataCompressionProxyRollout",
|
| - "Enabled");
|
| base::FieldTrialList::CreateFieldTrial("DataCompressionProxyCriticalBypass",
|
| "Enabled");
|
| EXPECT_TRUE(
|
|
|