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

Unified Diff: net/filter/mock_filter_context.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/mock_filter_context.h
diff --git a/net/filter/mock_filter_context.h b/net/filter/mock_filter_context.h
index 91a64d22ac584e5e9b83a5a09e4c3c5150ec664a..a68f4567bf52b63d6c5742c0b42c649f3a286f1e 100644
--- a/net/filter/mock_filter_context.h
+++ b/net/filter/mock_filter_context.h
@@ -61,7 +61,7 @@ class MockFilterContext : public FilterContext {
virtual bool IsDownload() const OVERRIDE;
// Was this data flagged as a response to a request with an SDCH dictionary?
- virtual bool IsSdchResponse() const OVERRIDE;
+ virtual bool SdchResponseExpected() const OVERRIDE;
// How many bytes were fed to filter(s) so far?
virtual int64 GetByteReadCount() const OVERRIDE;

Powered by Google App Engine
This is Rietveld 408576698