Upstream version 9.37.197.0
[platform/framework/web/crosswalk.git] / src / media / base / clock.h
index 01449be..fbd7ca1 100644 (file)
@@ -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;