Chromium Code Reviews| 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..e87d51adaa84ae7ff210d275052c92c79aeca847 100644 |
| --- a/media/base/media_log_event.h |
| +++ b/media/base/media_log_event.h |
| @@ -87,6 +87,8 @@ struct MediaLogEvent { |
| // Errors reported by Media Source Extensions code. |
| MEDIA_SOURCE_ERROR, |
| // params: "error": Error string describing the error detected. |
| + |
| + PROPERTY_CHANGE, |
| }; |
| int32 id; |