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

Unified Diff: chromecast/media/cma/base/buffering_controller.h

Issue 652353003: Chromecast: adds class to help record complex histograms. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: resets initial buffering state on flush Created 6 years, 2 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 | « chromecast/chromecast.gyp ('k') | chromecast/media/cma/base/buffering_controller.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chromecast/media/cma/base/buffering_controller.h
diff --git a/chromecast/media/cma/base/buffering_controller.h b/chromecast/media/cma/base/buffering_controller.h
index 97d68aeb0ebfbc17abd26f334c67dcf00b66fae1..bfc2c5cb9aaabefbf6f76c7c30dbe5e9bfba30d7 100644
--- a/chromecast/media/cma/base/buffering_controller.h
+++ b/chromecast/media/cma/base/buffering_controller.h
@@ -91,6 +91,7 @@ class BufferingController {
// Start time of a re-buffering phase.
base::Time begin_buffering_time_;
+ bool initial_buffering_;
// Buffering level for each individual stream.
typedef std::list<scoped_refptr<BufferingState> > StreamList;
« no previous file with comments | « chromecast/chromecast.gyp ('k') | chromecast/media/cma/base/buffering_controller.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698