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

Unified Diff: net/base/sdch_manager.h

Issue 1291673003: SdchManager: remove EnableSdchSupport (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 4 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: net/base/sdch_manager.h
diff --git a/net/base/sdch_manager.h b/net/base/sdch_manager.h
index c8d0a847047e0d55439c66846fe70434479e61f6..12044de7d264052a1ceca9dfed7ac1f1ba2b2030 100644
--- a/net/base/sdch_manager.h
+++ b/net/base/sdch_manager.h
@@ -98,11 +98,6 @@ class NET_EXPORT SdchManager {
// Record stats on various errors.
static void SdchErrorRecovery(SdchProblemCode problem);
- // Enables or disables SDCH compression.
- static void EnableSdchSupport(bool enabled);
-
- static bool sdch_enabled() { return g_sdch_enabled_; }
-
// Briefly prevent further advertising of SDCH on this domain (if SDCH is
// enabled). After enough calls to IsInSupportedDomain() the blacklisting
// will be removed. Additional blacklists take exponentially more calls

Powered by Google App Engine
This is Rietveld 408576698