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

Unified Diff: media/base/data_source.h

Issue 10535101: Replace Pipeline::SetNetworkActivity() with BufferedDataSource -> WebMediaPlayerImpl callback. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: . Created 8 years, 6 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 | media/base/mock_data_source_host.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: media/base/data_source.h
diff --git a/media/base/data_source.h b/media/base/data_source.h
index 7ce965fd97a3d828a4bd30207a833acff0cb093c..037c645de38c3003879dc5135f390d10ac88a3b3 100644
--- a/media/base/data_source.h
+++ b/media/base/data_source.h
@@ -20,9 +20,6 @@ class MEDIA_EXPORT DataSourceHost {
// Notify the host that byte range [start,end] has been buffered.
virtual void AddBufferedByteRange(int64 start, int64 end) = 0;
-
- // Sets the flag to indicate current network activity.
- virtual void SetNetworkActivity(bool is_downloading_data) = 0;
};
class MEDIA_EXPORT DataSource : public base::RefCountedThreadSafe<DataSource> {
« no previous file with comments | « no previous file | media/base/mock_data_source_host.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698