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

Unified Diff: chrome/browser/net/spdyproxy/data_reduction_proxy_settings.h

Issue 59113012: Removed SpdyProxyAuth.State histogram (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Addressed comments Created 7 years, 1 month 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
« no previous file with comments | « no previous file | chrome/browser/net/spdyproxy/data_reduction_proxy_settings_android.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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_;}
« no previous file with comments | « no previous file | chrome/browser/net/spdyproxy/data_reduction_proxy_settings_android.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698