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)? |