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

Unified Diff: components/data_reduction_proxy/core/browser/data_reduction_proxy_metrics.h

Issue 848103002: AreDataReductionProxiesBypassed should use the DRP config (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase Created 5 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
« no previous file with comments | « no previous file | components/data_reduction_proxy/core/browser/data_reduction_proxy_metrics.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/data_reduction_proxy/core/browser/data_reduction_proxy_metrics.h
diff --git a/components/data_reduction_proxy/core/browser/data_reduction_proxy_metrics.h b/components/data_reduction_proxy/core/browser/data_reduction_proxy_metrics.h
index 1e641939f1d9e6210fa00d3f13d2ae5d2502df0e..73c575261dd30e40649712782646e3244c089e33 100644
--- a/components/data_reduction_proxy/core/browser/data_reduction_proxy_metrics.h
+++ b/components/data_reduction_proxy/core/browser/data_reduction_proxy_metrics.h
@@ -8,6 +8,7 @@
#include "base/time/time.h"
namespace net {
+class ProxyConfig;
class URLRequest;
}
@@ -33,6 +34,7 @@ enum DataReductionProxyRequestType {
// Returns DataReductionProxyRequestType for |request|.
DataReductionProxyRequestType GetDataReductionProxyRequestType(
const net::URLRequest& request,
+ const net::ProxyConfig& data_reduction_proxy_config,
const DataReductionProxyParams& params);
// Returns |received_content_length| as adjusted original content length if
« no previous file with comments | « no previous file | components/data_reduction_proxy/core/browser/data_reduction_proxy_metrics.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698