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

Unified Diff: components/data_reduction_proxy/content/browser/data_reduction_proxy_debug_resource_throttle.cc

Issue 830503004: Data Reduction Proxy blocking page and resources (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@interstitalStep1
Patch Set: Test resources fix 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/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)) {

Powered by Google App Engine
This is Rietveld 408576698