| Index: content/renderer/render_frame_impl.h
|
| diff --git a/content/renderer/render_frame_impl.h b/content/renderer/render_frame_impl.h
|
| index c543d9b11b5a399ae876fff6c3cd499165315945..e0b3c2de314fb2a9ce105a94f7aa10988a9de8bf 100644
|
| --- a/content/renderer/render_frame_impl.h
|
| +++ b/content/renderer/render_frame_impl.h
|
| @@ -77,6 +77,7 @@ class GeolocationDispatcher;
|
| class ManifestManager;
|
| class MediaStreamDispatcher;
|
| class MediaStreamRendererFactory;
|
| +class MediaPermissionDispatcher;
|
| class MidiDispatcher;
|
| class NotificationPermissionDispatcher;
|
| class PageState;
|
| @@ -801,6 +802,9 @@ class CONTENT_EXPORT RenderFrameImpl
|
| // EncryptedMediaClient attached to this frame; lazily initialized.
|
| scoped_ptr<media::WebEncryptedMediaClientImpl> web_encrypted_media_client_;
|
|
|
| + // The media permission dispatcher attached to this frame, lazily initialized.
|
| + MediaPermissionDispatcher* media_permission_dispatcher_;
|
| +
|
| // MidiClient attached to this frame; lazily initialized.
|
| MidiDispatcher* midi_dispatcher_;
|
|
|
|
|