| Index: content/test/test_render_frame_host.h
|
| diff --git a/content/test/test_render_frame_host.h b/content/test/test_render_frame_host.h
|
| index e5130eff94833ba51dcfa1a46f7bbe8c821c63cd..3f8d9cddd24b7b62a0978f5e8521ca1f9f8ec462 100644
|
| --- a/content/test/test_render_frame_host.h
|
| +++ b/content/test/test_render_frame_host.h
|
| @@ -141,6 +141,9 @@ class TestRenderFrameHost : public RenderFrameHostImpl,
|
| void set_pending_commit(bool pending) { pending_commit_ = pending; }
|
| bool pending_commit() const { return pending_commit_; }
|
|
|
| + // Dummy connections to Mojo services.
|
| + WebBluetoothServiceImpl* CreateWebBluetoothServiceForTesting();
|
| +
|
| private:
|
| void SendNavigateWithParameters(int page_id,
|
| int nav_entry_id,
|
|
|