| 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)
|
|
|
|
|