| Index: net/base/sdch_manager.h
|
| diff --git a/net/base/sdch_manager.h b/net/base/sdch_manager.h
|
| index 85633f58488286c9d0da92374f5c9006849ecdc7..9ba9e442cf53534ac0e4d00c49298eaee1537998 100644
|
| --- a/net/base/sdch_manager.h
|
| +++ b/net/base/sdch_manager.h
|
| @@ -127,7 +127,8 @@ class NET_EXPORT SdchManager : public NON_EXPORTED_BASE(base::NonThreadSafe) {
|
| META_REFRESH_RECOVERY = 70, // Dictionary not found.
|
| // defunct = 71, // Almost the same as META_REFRESH_UNSUPPORTED.
|
| // defunct = 72, // Almost the same as CACHED_META_REFRESH_UNSUPPORTED.
|
| - // defunct = 73, // PASSING_THROUGH_NON_SDCH plus DISCARD_TENTATIVE_SDCH.
|
| + // defunct = 73, // PASSING_THROUGH_NON_SDCH plus
|
| + // RESPONSE_TENTATIVE_SDCH in ../filter/sdch_filter.cc.
|
| META_REFRESH_UNSUPPORTED = 74, // Unrecoverable error.
|
| CACHED_META_REFRESH_UNSUPPORTED = 75, // As above, but pulled from cache.
|
| PASSING_THROUGH_NON_SDCH = 76, // Tagged sdch but missing dictionary-hash.
|
| @@ -140,7 +141,7 @@ class NET_EXPORT SdchManager : public NON_EXPORTED_BASE(base::NonThreadSafe) {
|
|
|
| // Common decoded recovery methods.
|
| META_REFRESH_CACHED_RECOVERY = 80, // Probably startup tab loading.
|
| - DISCARD_TENTATIVE_SDCH = 81, // Server decided not to use sdch.
|
| + // defunct = 81, // Now tracked by ResponseCorruptionDetectionCause histo.
|
|
|
| // Non SDCH problems, only accounted for to make stat counting complete
|
| // (i.e., be able to be sure all dictionary advertisements are accounted
|
|
|