summaryrefslogtreecommitdiffstats
path: root/webkit/media/webmediaplayer_impl.h
diff options
context:
space:
mode:
Diffstat (limited to 'webkit/media/webmediaplayer_impl.h')
-rw-r--r--webkit/media/webmediaplayer_impl.h8
1 files changed, 0 insertions, 8 deletions
diff --git a/webkit/media/webmediaplayer_impl.h b/webkit/media/webmediaplayer_impl.h
index cd5f918..f01a011 100644
--- a/webkit/media/webmediaplayer_impl.h
+++ b/webkit/media/webmediaplayer_impl.h
@@ -160,11 +160,6 @@ class WebMediaPlayerImpl
virtual WebKit::WebMediaPlayer::NetworkState networkState() const;
virtual WebKit::WebMediaPlayer::ReadyState readyState() const;
- // TODO(fischman): this method now lies in preparation for removal once
- // WebKit::WebMediaPlayer is fixed to not call it. http://webk.it/86113
- // When removing this method also delete fake_bytes_loaded_.
- virtual unsigned long long bytesLoaded() const;
-
virtual bool didLoadingProgress() const;
virtual unsigned long long totalBytes() const;
@@ -328,9 +323,6 @@ class WebMediaPlayerImpl
bool is_local_source_;
- // TODO(fischman): see TODO on bytesLoaded() above.
- mutable uint64 fake_bytes_loaded_;
-
DISALLOW_COPY_AND_ASSIGN(WebMediaPlayerImpl);
};