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

Unified Diff: net/base/sdch_manager.h

Issue 8018: Clean up filter and content encoding handling ... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 12 years, 2 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/sdch_filter_unittest.cc ('k') | net/base/sdch_manager.cc » ('j') | 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 4002)
+++ net/base/sdch_manager.h (working copy)
@@ -66,8 +66,7 @@
DECODE_BODY_ERROR,
// Dictionary selection for use problems.
- DICTIONARY_NOT_FOUND_FOR_HASH = 10,
- DICTIONARY_FOUND_HAS_WRONG_DOMAIN,
+ DICTIONARY_FOUND_HAS_WRONG_DOMAIN = 10,
DICTIONARY_FOUND_HAS_WRONG_PORT_LIST,
DICTIONARY_FOUND_HAS_WRONG_PATH,
DICTIONARY_FOUND_HAS_WRONG_SCHEME,
@@ -92,7 +91,7 @@
DICTIONARY_SELECTED_FOR_SSL,
DICTIONARY_ALREADY_LOADED,
- MAX_PROBLEM_CODE // Used to bound histogram
+ MAX_PROBLEM_CODE // Used to bound histogram.
};
// There is one instance of |Dictionary| for each memory-cached SDCH
« no previous file with comments | « net/base/sdch_filter_unittest.cc ('k') | net/base/sdch_manager.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698