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

Unified Diff: net/base/sdch_problem_code_list.h

Issue 1291673003: SdchManager: remove EnableSdchSupport (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Delete obsolete test 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_problem_code_list.h
diff --git a/net/base/sdch_problem_code_list.h b/net/base/sdch_problem_code_list.h
index 864f81e78b1ac4a2334c6028d5b5782de768a651..48f044e74049e5846040d249492095888155d774 100644
--- a/net/base/sdch_problem_code_list.h
+++ b/net/base/sdch_problem_code_list.h
@@ -123,9 +123,10 @@ SDCH_PROBLEM_CODE(DECODE_ERROR, 96)
SDCH_PROBLEM_CODE(LATENCY_TEST_DISALLOWED, 100)
// General SDCH problems.
-// SDCH is disabled.
-SDCH_PROBLEM_CODE(DISABLED, 105)
-// SDCH over https is disabled.
+// SDCH is enabled or disabled per URLRequestContext now so this value is never
+// used.
+// SDCH_PROBLEM_CODE(DISABLED, 105)
+
// SDCH always supports secure schemes now, so this enum value is unused.
// SDCH_PROBLEM_CODE(SECURE_SCHEME_NOT_SUPPORTED, 106)

Powered by Google App Engine
This is Rietveld 408576698