| Index: media/base/clock.h
|
| diff --git a/media/base/clock.h b/media/base/clock.h
|
| index 01449be62501d2973dea5feea0f6593a88661755..fbd7ca125d7d243922758b1e19db60654d29a394 100644
|
| --- a/media/base/clock.h
|
| +++ b/media/base/clock.h
|
| @@ -70,13 +70,6 @@ class MEDIA_EXPORT Clock {
|
| // exactly once.
|
| void SetDuration(base::TimeDelta duration);
|
|
|
| - // Resets clock to an uninitialized state.
|
| - void Reset();
|
| -
|
| - // Notifies the clock that the end of stream has been reached. The clock state
|
| - // is updated accordingly.
|
| - void EndOfStream();
|
| -
|
| // Returns the duration of the clock, or 0 if not set.
|
| base::TimeDelta Duration() const;
|
|
|
|
|