| Index: media/base/media_log.h
|
| diff --git a/media/base/media_log.h b/media/base/media_log.h
|
| index f342ee84fc44185d8590c3ce5c6c2700a7904d45..1fa1bf8fa4e5af58b42510a66be11b54a0373bad 100644
|
| --- a/media/base/media_log.h
|
| +++ b/media/base/media_log.h
|
| @@ -67,6 +67,7 @@ class MEDIA_EXPORT MediaLog : public base::RefCountedThreadSafe<MediaLog> {
|
| int64 start, int64 current, int64 end);
|
| scoped_ptr<MediaLogEvent> CreateMediaSourceErrorEvent(
|
| const std::string& error);
|
| + scoped_ptr<MediaLogEvent> CreateInfoEvent(const std::string& info);
|
|
|
| // Report a property change without an accompanying event.
|
| void SetStringProperty(const char* key, const std::string& value);
|
|
|