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

Unified Diff: media/audio/openbsd/audio_manager_openbsd.cc

Issue 8681005: enable the device selection for openbsd too to be in sync with linux (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Created 9 years, 1 month 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/audio/openbsd/audio_manager_openbsd.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: media/audio/openbsd/audio_manager_openbsd.cc
diff --git a/media/audio/openbsd/audio_manager_openbsd.cc b/media/audio/openbsd/audio_manager_openbsd.cc
index 02ce592ff3ae31b5c08f5e253b7db1c0180866dc..2ee90341e3df27637d4485426763528cc3ae73d3 100644
--- a/media/audio/openbsd/audio_manager_openbsd.cc
+++ b/media/audio/openbsd/audio_manager_openbsd.cc
@@ -74,7 +74,7 @@ AudioOutputStream* AudioManagerOpenBSD::MakeAudioOutputStream(
}
AudioInputStream* AudioManagerOpenBSD::MakeAudioInputStream(
- const AudioParameters& params) {
+ const AudioParameters& params, const std::string& device_id) {
NOTIMPLEMENTED();
return NULL;
}
« no previous file with comments | « media/audio/openbsd/audio_manager_openbsd.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698