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

Unified Diff: net/base/sdch_manager.h

Issue 14802: Correct typo in SDCH problem logging code. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 12 years 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 | « no previous file | 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 6917)
+++ net/base/sdch_manager.h (working copy)
@@ -108,7 +108,8 @@
SDCH_CONTENT_ENCODE_FOR_NON_SDCH_REQUEST = 51,
// Dictionary manager issues.
- DOMAIN_BLACKLIST_INCLUDES_TARGET = 60,
+ PLEASE_IGNORE_THIS_ENUM = 60, // Erroneous use in Version 1.0 of Chrome.
+ DOMAIN_BLACKLIST_INCLUDES_TARGET = 61,
MAX_PROBLEM_CODE // Used to bound histogram.
« no previous file with comments | « no previous file | net/base/sdch_manager.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698