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

Unified Diff: net/base/sdch_manager.h

Issue 18780: Adjust SDCH problem code histogram.... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 11 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 | « net/base/filter_unittest.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/base/sdch_manager.h
===================================================================
--- net/base/sdch_manager.h (revision 8687)
+++ net/base/sdch_manager.h (working copy)
@@ -107,10 +107,14 @@
// 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.
DISCARD_TENTATIVE_SDCH = 81, // Server decided not to use sdch.
« no previous file with comments | « net/base/filter_unittest.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698