Index: components/data_reduction_proxy/browser/data_reduction_proxy_protocol.cc |
diff --git a/components/data_reduction_proxy/browser/data_reduction_proxy_protocol.cc b/components/data_reduction_proxy/browser/data_reduction_proxy_protocol.cc |
index 1d9cca5c12db6d2b76bde38f9e5a51d2249a4b56..d40058cad0e3169cc2edac93d4019348a92137e3 100644 |
--- a/components/data_reduction_proxy/browser/data_reduction_proxy_protocol.cc |
+++ b/components/data_reduction_proxy/browser/data_reduction_proxy_protocol.cc |
@@ -57,6 +57,7 @@ bool MaybeBypassProxyAndPrepareToRetry( |
if (data_reduction_proxies.first.is_empty()) |
return false; |
+ |
bengr
2014/07/17 00:11:08
remove blank line.
Not at Google. Contact bengr
2014/07/17 18:10:21
Done.
|
DataReductionProxyInfo data_reduction_proxy_info; |
net::ProxyService::DataReductionProxyBypassType bypass_type = |
GetDataReductionProxyBypassType( |
@@ -94,6 +95,7 @@ void OnResolveProxyHandler(const GURL& url, |
int load_flags, |
const DataReductionProxyParams* params, |
net::ProxyInfo* result) { |
+ |
bengr
2014/07/17 00:11:08
remove blank line
Not at Google. Contact bengr
2014/07/17 18:10:21
Done.
|
if ((load_flags & net::LOAD_BYPASS_DATA_REDUCTION_PROXY) && |
DataReductionProxyParams::IsIncludedInCriticalPathBypassFieldTrial() && |
!result->is_empty() && |