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

Unified Diff: media/base/audio_renderer_mixer_input.h

Issue 2359883002: Make ARMI::SwitchOutputDevice work after Stop is called. (Closed)
Patch Set: Update unit test Created 4 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 | « no previous file | media/base/audio_renderer_mixer_input.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: media/base/audio_renderer_mixer_input.h
diff --git a/media/base/audio_renderer_mixer_input.h b/media/base/audio_renderer_mixer_input.h
index ec8eb2f6a9f6fd0da973264daa9829a6d207dd8f..26e6aefcc7e7702d7a1eba3fe2e611a875715ab7 100644
--- a/media/base/audio_renderer_mixer_input.h
+++ b/media/base/audio_renderer_mixer_input.h
@@ -100,12 +100,6 @@ class MEDIA_EXPORT AudioRendererMixerInput
// Error callback for handing to AudioRendererMixer.
const base::Closure error_cb_;
- // Pending switch-device callback, in case SwitchOutputDevice() is invoked
- // before Start()
- OutputDeviceStatusCB pending_switch_callback_;
- std::string pending_switch_device_id_;
- url::Origin pending_switch_security_origin_;
-
DISALLOW_COPY_AND_ASSIGN(AudioRendererMixerInput);
};
« no previous file with comments | « no previous file | media/base/audio_renderer_mixer_input.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698