Index: components/data_reduction_proxy/content/browser/data_reduction_proxy_debug_resource_throttle.cc |
diff --git a/components/data_reduction_proxy/content/browser/data_reduction_proxy_debug_resource_throttle.cc b/components/data_reduction_proxy/content/browser/data_reduction_proxy_debug_resource_throttle.cc |
index 0c56cc4045cf1d21078e6c37e08b5834111ee5a7..59a12c75c9e63fb2201b6739a45df0c36d95cf22 100644 |
--- a/components/data_reduction_proxy/content/browser/data_reduction_proxy_debug_resource_throttle.cc |
+++ b/components/data_reduction_proxy/content/browser/data_reduction_proxy_debug_resource_throttle.cc |
@@ -65,7 +65,7 @@ DataReductionProxyDebugResourceThrottle::MaybeCreate( |
// Displays an interstitial when the proxy will not be used for a request |
// because it isn't configured. |
void DataReductionProxyDebugResourceThrottle::WillStartUsingNetwork( |
- bool* defer) { |
+bool* defer) { |
bengr
2015/02/05 01:30:09
indentation.
megjablon
2015/02/13 01:48:08
Done.
|
DCHECK_EQ(NOT_BYPASSED, state_); |
if (!params_->AreDataReductionProxiesBypassed( |
*request_, ui_service_->data_reduction_proxy_config(), NULL)) { |