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

Unified Diff: net/base/sdch_filter.h

Issue 17006: Histogram size of "final" block of SDCH compressed data.... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 11 years, 12 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
« no previous file with comments | « no previous file | net/base/sdch_filter.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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);
};
« no previous file with comments | « no previous file | net/base/sdch_filter.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698