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

Unified Diff: media/blink/webmediaplayer_util.cc

Issue 1809093003: Moving SwitchOutputDevice out of OutputDevice interface, eliminating OutputDevice (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase Created 4 years, 9 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
« no previous file with comments | « media/blink/webmediaplayer_util.h ('k') | media/media.gyp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: media/blink/webmediaplayer_util.cc
diff --git a/media/blink/webmediaplayer_util.cc b/media/blink/webmediaplayer_util.cc
index e88d1ae55e7206b0a3c8fbb6f50f3507afac1694..06cd819a2c45fd4b759f3ba4b05fc28cdea772fb 100644
--- a/media/blink/webmediaplayer_util.cc
+++ b/media/blink/webmediaplayer_util.cc
@@ -235,7 +235,7 @@ void RunSetSinkIdCallback(const SetSinkIdCallback& callback,
} // namespace
-SwitchOutputDeviceCB ConvertToSwitchOutputDeviceCB(
+OutputDeviceStatusCB ConvertToOutputDeviceStatusCB(
blink::WebSetSinkIdCallbacks* web_callbacks) {
return media::BindToCurrentLoop(
base::Bind(RunSetSinkIdCallback, SetSinkIdCallback(web_callbacks)));
« no previous file with comments | « media/blink/webmediaplayer_util.h ('k') | media/media.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698