Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(2020)

Unified Diff: chrome/browser/renderer_context_menu/render_view_context_menu_unittest.cc

Issue 2626963003: Remove kAllowed and kFallbackAllowed from data reduction proxy (Closed)
Patch Set: Addressed nits Created 3 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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()

Powered by Google App Engine
This is Rietveld 408576698