Index: components/data_reduction_proxy/core/browser/data_reduction_proxy_settings.cc |
diff --git a/components/data_reduction_proxy/core/browser/data_reduction_proxy_settings.cc b/components/data_reduction_proxy/core/browser/data_reduction_proxy_settings.cc |
index 57f18bb647abfbfdaed710e8e3ebcc3905623f86..d103bf35ec55557f7798877a9024dff6a0b29cc4 100644 |
--- a/components/data_reduction_proxy/core/browser/data_reduction_proxy_settings.cc |
+++ b/components/data_reduction_proxy/core/browser/data_reduction_proxy_settings.cc |
@@ -139,7 +139,6 @@ void DataReductionProxySettings::SetDataReductionProxyEnabled(bool enabled) { |
// Prevent configuring the proxy when it is not allowed to be used. |
if (!allowed_) |
return; |
- |
if (spdy_proxy_auth_enabled_.GetValue() != enabled) { |
mmenke
2015/04/24 19:27:23
nit: Extra blank line here doesn't really belong
bengr
2015/04/24 21:13:51
Done.
|
spdy_proxy_auth_enabled_.SetValue(enabled); |
OnProxyEnabledPrefChange(); |