| Index: media/base/media_log.h
|
| diff --git a/media/base/media_log.h b/media/base/media_log.h
|
| index 0a982015117d865095fdf586c4149fb2da2b7725..8b40b5d4e61ff9ccff2e78b4a041f7d8f5ca3f2c 100644
|
| --- a/media/base/media_log.h
|
| +++ b/media/base/media_log.h
|
| @@ -60,8 +60,9 @@ class MEDIA_EXPORT MediaLog : public base::RefCountedThreadSafe<MediaLog> {
|
| size_t width, size_t height);
|
| scoped_ptr<MediaLogEvent> CreateBufferedExtentsChangedEvent(
|
| int64 start, int64 current, int64 end);
|
| - scoped_ptr<MediaLogEvent> CreateLogEvent(MediaLogLevel level,
|
| - const std::string& message);
|
| +
|
| + // Report a log message at the specified log level.
|
| + void AddLogEvent(MediaLogLevel level, const std::string& message);
|
|
|
| // Report a property change without an accompanying event.
|
| void SetStringProperty(const std::string& key, const std::string& value);
|
|
|