summaryrefslogtreecommitdiffstats
path: root/net/base/sdch_manager.h
diff options
context:
space:
mode:
authorjar@chromium.org <jar@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-01-27 02:14:11 +0000
committerjar@chromium.org <jar@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-01-27 02:14:11 +0000
commitfebd935515d57eaf96a4d31c657a8bc5b3c48cc3 (patch)
tree7257a7b761942c6985e5eeafdcb66d1eb0a20aef /net/base/sdch_manager.h
parent9b4d1245790eef6fc6b90257b444a6b3f4201859 (diff)
downloadchromium_src-febd935515d57eaf96a4d31c657a8bc5b3c48cc3.zip
chromium_src-febd935515d57eaf96a4d31c657a8bc5b3c48cc3.tar.gz
chromium_src-febd935515d57eaf96a4d31c657a8bc5b3c48cc3.tar.bz2
Adjust SDCH problem code histogram.
Tentative SDCH was not properly noted, and this caused some confusion in the SDCH problem codes. I corrected the assertion of a tentative sdch, and renumbered (to new numbers) all problem codes that might have been varied. r=huanr Review URL: http://codereview.chromium.org/18780 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@8698 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'net/base/sdch_manager.h')
-rw-r--r--net/base/sdch_manager.h10
1 files changed, 7 insertions, 3 deletions
diff --git a/net/base/sdch_manager.h b/net/base/sdch_manager.h
index 5870c17..1363d7ac 100644
--- a/net/base/sdch_manager.h
+++ b/net/base/sdch_manager.h
@@ -107,9 +107,13 @@ class SdchManager {
// Problematic decode recovery methods.
META_REFRESH_RECOVERY = 70, // Dictionary not found.
- META_REFRESH_UNSUPPORTED = 71, // Unrecoverable error.
- CACHED_META_REFRESH_UNSUPPORTED = 72, // As above, but pulled from cache.
- PASSING_THROUGH_NON_SDCH = 73, // Non-html tagged as sdch but malformed.
+ // 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.
+ META_REFRESH_UNSUPPORTED = 74, // Unrecoverable error.
+ CACHED_META_REFRESH_UNSUPPORTED = 75, // As above, but pulled from cache.
+ PASSING_THROUGH_NON_SDCH = 76, // Non-html tagged as sdch but malformed.
+
// Common decoded recovery methods.
META_REFRESH_CACHED_RECOVERY = 80, // Probably startup tab loading.