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

Unified Diff: trunk/src/net/base/sdch_manager.h

Issue 130893005: Revert 243957 "Enable SDCH support over HTTPS if --enable-sdch=2..." (Closed) Base URL: svn://svn.chromium.org/chrome/
Patch Set: Created 6 years, 11 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
« no previous file with comments | « trunk/src/net/base/sdch_filter_unittest.cc ('k') | trunk/src/net/base/sdch_manager.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: trunk/src/net/base/sdch_manager.h
===================================================================
--- trunk/src/net/base/sdch_manager.h (revision 244037)
+++ trunk/src/net/base/sdch_manager.h (working copy)
@@ -251,11 +251,6 @@
static bool sdch_enabled() { return g_sdch_enabled_; }
- // Enables or disables SDCH compression over secure connection.
- static void EnableSecureSchemeSupport(bool enabled);
-
- static bool secure_scheme_supported() { return g_secure_scheme_supported_; }
-
// 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
@@ -349,10 +344,6 @@
// Support SDCH compression, by advertising in headers.
static bool g_sdch_enabled_;
- // Support SDCH compression for HTTPS requests and responses. When supported,
- // HTTPS applicable dictionaries MUST have been acquired securely via HTTPS.
- static bool g_secure_scheme_supported_;
-
// A simple implementation of a RFC 3548 "URL safe" base64 encoder.
static void UrlSafeBase64Encode(const std::string& input,
std::string* output);
« no previous file with comments | « trunk/src/net/base/sdch_filter_unittest.cc ('k') | trunk/src/net/base/sdch_manager.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698