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

Unified Diff: media/base/demuxer.h

Issue 10837118: Dead code elimination: scythe.chrome_functions:segment.path %media% edition, round 1. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: . Created 8 years, 4 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
Index: media/base/demuxer.h
diff --git a/media/base/demuxer.h b/media/base/demuxer.h
index 3fdc37bd44420c1162fb7ed4dc10814695d8b3bf..34150af00b3f9c9a433b7d886cbbed433a1a5b4f 100644
--- a/media/base/demuxer.h
+++ b/media/base/demuxer.h
@@ -64,10 +64,6 @@ class MEDIA_EXPORT Demuxer : public base::RefCountedThreadSafe<Demuxer> {
// Returns the starting time for the media file.
virtual base::TimeDelta GetStartTime() const = 0;
- // Returns the content bitrate. May be obtained from container or
- // approximated. Returns 0 if it is unknown.
- virtual int GetBitrate() = 0;
-
protected:
friend class base::RefCountedThreadSafe<Demuxer>;
virtual ~Demuxer();

Powered by Google App Engine
This is Rietveld 408576698