| Index: chrome/browser/net/spdyproxy/data_reduction_proxy_settings.h
|
| diff --git a/chrome/browser/net/spdyproxy/data_reduction_proxy_settings.h b/chrome/browser/net/spdyproxy/data_reduction_proxy_settings.h
|
| index 3f003da2f81ad2727645b4a330b9083daee7139e..bcec1e80f9f66532cd06880d73b6437eae42698c 100644
|
| --- a/chrome/browser/net/spdyproxy/data_reduction_proxy_settings.h
|
| +++ b/chrome/browser/net/spdyproxy/data_reduction_proxy_settings.h
|
| @@ -159,12 +159,6 @@ class DataReductionProxySettings
|
| // customer feedback. Virtual so tests can mock it for verification.
|
| virtual void LogProxyState(bool enabled, bool at_startup);
|
|
|
| - bool HasTurnedOn() { return has_turned_on_; }
|
| - bool HasTurnedOff() { return has_turned_off_; }
|
| - // Note that these flags may only be toggled to true, never back to false.
|
| - void SetHasTurnedOn() { has_turned_on_ = true; }
|
| - void SetHasTurnedOff() { has_turned_off_ = true; }
|
| -
|
| // Accessor for unit tests.
|
| std::vector<std::string> BypassRules() { return bypass_rules_;}
|
|
|
|
|