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

Unified Diff: net/filter/filter.h

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 last set of comments. 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.h
diff --git a/net/filter/filter.h b/net/filter/filter.h
index 70509f4ced58bccd22c6bf479c592ae612445d0f..5e6b867cf8b96c9abcce28f6cb4f6a2bd2d9d2a7 100644
--- a/net/filter/filter.h
+++ b/net/filter/filter.h
@@ -89,7 +89,7 @@ class NET_EXPORT_PRIVATE FilterContext {
virtual bool IsDownload() const = 0;
// Was this data flagged as a response to a request with an SDCH dictionary?
- virtual bool IsSdchResponse() const = 0;
+ virtual bool SdchResponseExpected() const = 0;
// How many bytes were read from the net or cache so far (and potentially
// pushed into a filter for processing)?
« no previous file with comments | « net/base/sdch_manager.h ('k') | net/filter/filter.cc » ('j') | net/filter/sdch_filter.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698