| Index: chrome/browser/renderer_context_menu/render_view_context_menu_unittest.cc
|
| diff --git a/chrome/browser/renderer_context_menu/render_view_context_menu_unittest.cc b/chrome/browser/renderer_context_menu/render_view_context_menu_unittest.cc
|
| index 0d57751086aa95bbfcac409f4ca7e66dcf6bd1bc..b4aaaee2252efa92cdcb0ed2c2ff0830d1b0c943 100644
|
| --- a/chrome/browser/renderer_context_menu/render_view_context_menu_unittest.cc
|
| +++ b/chrome/browser/renderer_context_menu/render_view_context_menu_unittest.cc
|
| @@ -388,9 +388,6 @@ class RenderViewContextMenuPrefsTest : public ChromeRenderViewHostTestHarness {
|
| drp_test_context_ =
|
| data_reduction_proxy::DataReductionProxyTestContext::Builder()
|
| .WithParamsFlags(
|
| - data_reduction_proxy::DataReductionProxyParams::kAllowed |
|
| - data_reduction_proxy::DataReductionProxyParams::
|
| - kFallbackAllowed |
|
| data_reduction_proxy::DataReductionProxyParams::kPromoAllowed)
|
| .WithMockConfig()
|
| .SkipSettingsInitialization()
|
|
|