Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1375)

Unified Diff: content/public/test/mock_render_process_host.h

Issue 2784563003: WebRTC Audio private API: removing WebRtcAudioPrivate(Set/Get)ActiveSinkFunction (Closed)
Patch Set: updated api version Created 3 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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);
« no previous file with comments | « content/public/browser/render_process_host.h ('k') | extensions/browser/extension_function_histogram_value.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698