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

Unified Diff: net/base/sdch_manager.h

Issue 597633002: Handle URLRequest::Read() returning false without an error or ERR_IO_PENDING. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 3 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
Index: net/base/sdch_manager.h
diff --git a/net/base/sdch_manager.h b/net/base/sdch_manager.h
index f78f1dd43b51ece681e559c7f6cc8efca55191f6..7d2c103defa1af1832492ba53f0fb33c4d88141b 100644
--- a/net/base/sdch_manager.h
+++ b/net/base/sdch_manager.h
@@ -124,6 +124,7 @@ class NET_EXPORT SdchManager
DICTIONARY_COUNT_EXCEEDED = 35,
DICTIONARY_ALREADY_SCHEDULED_TO_DOWNLOAD = 36,
DICTIONARY_ALREADY_TRIED_TO_DOWNLOAD = 37,
+ DICTIONARY_FETCH_READ_FAILED = 38,
// Failsafe hack.
ATTEMPT_TO_DECODE_NON_HTTP_DATA = 40,

Powered by Google App Engine
This is Rietveld 408576698