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

Unified Diff: net/filter/filter.cc

Issue 537403003: Added new histogram for analyzing SDCH corruption detection cases. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Incorporated comment, IsSdchResponse()->SdchResponseExpected(), removed TENTATIVE_SDCH. 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/filter/filter.cc
diff --git a/net/filter/filter.cc b/net/filter/filter.cc
index d77272a809d99412ad471cc97095adf4abb43f23..7d3af0aebfb5a89b7c7063b02a258d0b45762beb 100644
--- a/net/filter/filter.cc
+++ b/net/filter/filter.cc
@@ -206,7 +206,7 @@ void Filter::FixupEncodingTypes(
}
// If the request was for SDCH content, then we might need additional fixups.
- if (!filter_context.IsSdchResponse()) {
+ if (!filter_context.SdchResponseExpected()) {
// It was not an SDCH request, so we'll just record stats.
if (1 < encoding_types->size()) {
// Multiple filters were intended to only be used for SDCH (thus far!)

Powered by Google App Engine
This is Rietveld 408576698