Chromium Code Reviews| Index: net/base/sdch_filter.h |
| =================================================================== |
| --- net/base/sdch_filter.h (revision 7536) |
| +++ net/base/sdch_filter.h (working copy) |
| @@ -99,8 +99,12 @@ |
| size_t source_bytes_; |
| size_t output_bytes_; |
| + // When was the most recent non-zero size data chunk processed? |
| base::Time time_of_last_read_; |
| + // How large was the most recent non-zero size data chunk? |
| + int size_of_last_read_; |
| + |
| DISALLOW_COPY_AND_ASSIGN(SdchFilter); |
| }; |