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

Unified Diff: components/data_reduction_proxy/core/browser/data_reduction_proxy_settings_test_utils.cc

Issue 1933653004: Reset the Lo-Fi main frame state when there is a new main frame request (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: check data_reduction_proxy_io_data_ Created 4 years, 7 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: components/data_reduction_proxy/core/browser/data_reduction_proxy_settings_test_utils.cc
diff --git a/components/data_reduction_proxy/core/browser/data_reduction_proxy_settings_test_utils.cc b/components/data_reduction_proxy/core/browser/data_reduction_proxy_settings_test_utils.cc
index 8dbe6a62fdeb86cc63c6c1085b57f89f30a4f170..8011688749fab97da201b55dddcd780135725528 100644
--- a/components/data_reduction_proxy/core/browser/data_reduction_proxy_settings_test_utils.cc
+++ b/components/data_reduction_proxy/core/browser/data_reduction_proxy_settings_test_utils.cc
@@ -158,10 +158,4 @@ void DataReductionProxySettingsTestBase::CheckDataReductionProxySyntheticTrial(
synthetic_field_trials_["SyntheticDataReductionProxySetting"]);
}
-void DataReductionProxySettingsTestBase::
-CheckDataReductionProxyLoFiSyntheticTrial(bool enabled) {
- EXPECT_EQ(enabled ? "Enabled" : "Disabled",
- synthetic_field_trials_["SyntheticDataReductionProxyLoFiSetting"]);
-}
-
} // namespace data_reduction_proxy

Powered by Google App Engine
This is Rietveld 408576698