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

Unified Diff: components/data_reduction_proxy/browser/data_reduction_proxy_usage_stats.cc

Issue 547753003: Removing LOG(WARNING) from DataReductionProxyUsageStats (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 3 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
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/data_reduction_proxy/browser/data_reduction_proxy_usage_stats.cc
diff --git a/components/data_reduction_proxy/browser/data_reduction_proxy_usage_stats.cc b/components/data_reduction_proxy/browser/data_reduction_proxy_usage_stats.cc
index bdbb9bfc76ceee209018df4ea9d0db25474ced29..b24094763c503b3a30ef59cf9ebad7ba84a9127a 100644
--- a/components/data_reduction_proxy/browser/data_reduction_proxy_usage_stats.cc
+++ b/components/data_reduction_proxy/browser/data_reduction_proxy_usage_stats.cc
@@ -165,11 +165,6 @@ void DataReductionProxyUsageStats::RecordBypassedBytesHistograms(
const net::ProxyConfig& data_reduction_proxy_config) {
int64 content_length = request.received_response_content_length();
- if (data_reduction_proxy_enabled.GetValue()) {
- LOG(WARNING) << "managed pac: " << (!data_reduction_proxy_config.Equals(
- request.context()->proxy_service()->config()) ? "true" : "false");
- }
-
if (data_reduction_proxy_enabled.GetValue() &&
!data_reduction_proxy_config.Equals(
request.context()->proxy_service()->config())) {
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698