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

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

Issue 961983002: Rename probe/canary usages to secure proxy check. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix comment Created 5 years, 10 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_config_test_utils.cc
diff --git a/components/data_reduction_proxy/core/browser/data_reduction_proxy_config_test_utils.cc b/components/data_reduction_proxy/core/browser/data_reduction_proxy_config_test_utils.cc
index cb72efef962ec008068379b77d4f427f26a99270..416dcb27c92d56e15e5eaf7226e229ab4d98532c 100644
--- a/components/data_reduction_proxy/core/browser/data_reduction_proxy_config_test_utils.cc
+++ b/components/data_reduction_proxy/core/browser/data_reduction_proxy_config_test_utils.cc
@@ -95,10 +95,9 @@ void MockDataReductionProxyConfig::UpdateConfigurator(bool enabled,
restricted, at_startup);
}
-void MockDataReductionProxyConfig::HandleProbeResponse(
- const std::string& response,
- const net::URLRequestStatus& status) {
- DataReductionProxyConfig::HandleProbeResponse(response, status);
+void MockDataReductionProxyConfig::HandleSecureProxyCheckResponse(
+ const std::string& response, const net::URLRequestStatus& status) {
+ DataReductionProxyConfig::HandleSecureProxyCheckResponse(response, status);
}
} // namespace data_reduction_proxy

Powered by Google App Engine
This is Rietveld 408576698