| Index: content/renderer/media/user_media_client_impl.h
|
| diff --git a/content/renderer/media/user_media_client_impl.h b/content/renderer/media/user_media_client_impl.h
|
| index f920ca7420d40b624d3d0edbc3d94a20d60dc0bc..0b189f52040cd497f89ccb3f342d2e0e8dbb0324 100644
|
| --- a/content/renderer/media/user_media_client_impl.h
|
| +++ b/content/renderer/media/user_media_client_impl.h
|
| @@ -196,6 +196,9 @@ class CONTENT_EXPORT UserMediaClientImpl
|
| struct MediaDevicesRequestInfo;
|
| typedef ScopedVector<MediaDevicesRequestInfo> MediaDevicesRequests;
|
|
|
| + // RenderFrameObserver implementation.
|
| + void OnDestruct() override;
|
| +
|
| // Creates a WebKit representation of stream sources based on
|
| // |devices| from the MediaStreamDispatcher.
|
| void InitializeSourceObject(
|
|
|