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

Unified Diff: voice_engine/voe_base_impl.h

Issue 3019513002: Remove the VoiceEngineObserver callback interface. (Closed)
Patch Set: rebase + build error Created 3 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 | « voice_engine/transmit_mixer.cc ('k') | voice_engine/voe_base_impl.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: voice_engine/voe_base_impl.h
diff --git a/voice_engine/voe_base_impl.h b/voice_engine/voe_base_impl.h
index e15d1f10b50423881494527fe9df786b87d92e6d..ef163d623b7c02d2a201e365907e0462fc1f8c79 100644
--- a/voice_engine/voe_base_impl.h
+++ b/voice_engine/voe_base_impl.h
@@ -25,9 +25,6 @@ class VoEBaseImpl : public VoEBase,
public AudioTransport,
public AudioDeviceObserver {
public:
- int RegisterVoiceEngineObserver(VoiceEngineObserver& observer) override;
- int DeRegisterVoiceEngineObserver() override;
-
int Init(
AudioDeviceModule* external_adm,
AudioProcessing* audio_processing,
@@ -107,7 +104,6 @@ class VoEBaseImpl : public VoEBase,
// Initialize channel by setting Engine Information then initializing
// channel.
int InitializeChannel(voe::ChannelOwner* channel_owner);
- VoiceEngineObserver* voiceEngineObserverPtr_;
rtc::CriticalSection callbackCritSect_;
rtc::scoped_refptr<AudioDecoderFactory> decoder_factory_;
« no previous file with comments | « voice_engine/transmit_mixer.cc ('k') | voice_engine/voe_base_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698