| Index: content/renderer/render_frame_impl.h
|
| diff --git a/content/renderer/render_frame_impl.h b/content/renderer/render_frame_impl.h
|
| index d6bcafd48f45f31d568f40f358c102d9d9277a8e..4259baa97d6b9a7ba6a5d8eb230cbedbcfb89b1a 100644
|
| --- a/content/renderer/render_frame_impl.h
|
| +++ b/content/renderer/render_frame_impl.h
|
| @@ -823,6 +823,8 @@ class CONTENT_EXPORT RenderFrameImpl
|
|
|
| media::CdmFactory* GetCdmFactory();
|
|
|
| + void RegisterMojoServices();
|
| +
|
| // Stores the WebLocalFrame we are associated with. This is null from the
|
| // constructor until SetWebFrame is called, and it is null after
|
| // frameDetached is called until destruction (which is asynchronous in the
|
|
|