| Index: media/base/media_log.h
|
| diff --git a/media/base/media_log.h b/media/base/media_log.h
|
| index 1d25c0973a5dfc865712e1d7fe3c075e4cba6b2a..f342ee84fc44185d8590c3ce5c6c2700a7904d45 100644
|
| --- a/media/base/media_log.h
|
| +++ b/media/base/media_log.h
|
| @@ -73,6 +73,7 @@ class MEDIA_EXPORT MediaLog : public base::RefCountedThreadSafe<MediaLog> {
|
| void SetIntegerProperty(const char* key, int value);
|
| void SetDoubleProperty(const char* key, double value);
|
| void SetBooleanProperty(const char* key, bool value);
|
| + void SetTimeProperty(const char* key, base::TimeDelta value);
|
|
|
| protected:
|
| friend class base::RefCountedThreadSafe<MediaLog>;
|
|
|