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

Unified Diff: net/filter/mock_filter_context.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 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.cc
diff --git a/net/filter/mock_filter_context.cc b/net/filter/mock_filter_context.cc
index ddf9fdc05fcbe5bd560cf3a31439fbfdf4a50748..e1e47939c4abdf1e34cee8c58a2b2229029f53a9 100644
--- a/net/filter/mock_filter_context.cc
+++ b/net/filter/mock_filter_context.cc
@@ -54,7 +54,9 @@ bool MockFilterContext::IsCachedContent() const { return is_cached_content_; }
bool MockFilterContext::IsDownload() const { return is_download_; }
-bool MockFilterContext::IsSdchResponse() const { return is_sdch_response_; }
+bool MockFilterContext::SdchResponseExpected() const {
+ return is_sdch_response_;
+}
int64 MockFilterContext::GetByteReadCount() const { return 0; }

Powered by Google App Engine
This is Rietveld 408576698