| Index: content/public/test/mock_render_process_host.h
|
| diff --git a/content/public/test/mock_render_process_host.h b/content/public/test/mock_render_process_host.h
|
| index 772ae62886634d4c7de8dd66a64b36aa386805d2..fbb49347e72339eccae23119c64e9482fabe8c9d 100644
|
| --- a/content/public/test/mock_render_process_host.h
|
| +++ b/content/public/test/mock_render_process_host.h
|
| @@ -146,9 +146,6 @@ class MockRenderProcessHost : public RenderProcessHost {
|
| process_handle = std::move(new_handle);
|
| }
|
|
|
| - void GetAudioOutputControllers(
|
| - const GetAudioOutputControllersCallback& callback) const override {}
|
| -
|
| void OverrideBinderForTesting(const std::string& interface_name,
|
| const InterfaceBinder& binder);
|
|
|
|
|