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

Unified Diff: media/audio/pulse/audio_manager_pulse.cc

Issue 1362093002: Re-land: Add localized default audio device names. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Exclude media_resource_provider on iOS. Created 5 years, 3 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/audio/mac/audio_manager_mac.cc ('k') | media/audio/win/audio_manager_win.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: media/audio/pulse/audio_manager_pulse.cc
diff --git a/media/audio/pulse/audio_manager_pulse.cc b/media/audio/pulse/audio_manager_pulse.cc
index f3d8832635b196a370aff6792b059a4d1e3d99ff..50a322f81e77441a5ece9bee01486685fee9c586 100644
--- a/media/audio/pulse/audio_manager_pulse.cc
+++ b/media/audio/pulse/audio_manager_pulse.cc
@@ -113,7 +113,7 @@ void AudioManagerPulse::GetAudioDeviceNames(
// Prepend the default device if the list is not empty.
if (!device_names->empty()) {
device_names->push_front(
- AudioDeviceName(AudioManagerBase::kDefaultDeviceName,
+ AudioDeviceName(AudioManager::GetDefaultDeviceName(),
AudioManagerBase::kDefaultDeviceId));
}
}
« no previous file with comments | « media/audio/mac/audio_manager_mac.cc ('k') | media/audio/win/audio_manager_win.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698