| Index: media/base/media_log_event.h
|
| diff --git a/media/base/media_log_event.h b/media/base/media_log_event.h
|
| index 142626b1d7936b7624b1d4de9bb440cdc9ff1a62..811d1131a7a9489abda363e89162bf1bed271087 100644
|
| --- a/media/base/media_log_event.h
|
| +++ b/media/base/media_log_event.h
|
| @@ -87,6 +87,9 @@ struct MediaLogEvent {
|
| // Errors reported by Media Source Extensions code.
|
| MEDIA_SOURCE_ERROR,
|
| // params: "error": Error string describing the error detected.
|
| +
|
| + // A property has changed without any special event occurring.
|
| + PROPERTY_CHANGE,
|
| };
|
|
|
| int32 id;
|
|
|