X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=src%2Fnet%2Ffilter%2Ffilter.h;h=5e6b867cf8b96c9abcce28f6cb4f6a2bd2d9d2a7;hb=3545e9f2671f595d2a2f3ee75ca0393b01e35ef6;hp=70509f4ced58bccd22c6bf479c592ae612445d0f;hpb=7d210d4c7e9ba36e635eabc5b5780495f8a63292;p=platform%2Fframework%2Fweb%2Fcrosswalk.git diff --git a/src/net/filter/filter.h b/src/net/filter/filter.h index 70509f4..5e6b867 100644 --- a/src/net/filter/filter.h +++ b/src/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)?