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

Unified Diff: modules/audio_device/include/fake_audio_device.h

Issue 3020493002: Remove AudioDeviceObserver and make ADM not inherit from the Module interface.
Patch Set: linux 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
Index: modules/audio_device/include/fake_audio_device.h
diff --git a/modules/audio_device/include/fake_audio_device.h b/modules/audio_device/include/fake_audio_device.h
index c6765dfc0393bbcb99c44d517ebf218605db7800..e6f05e7b81bffd47de39d5be6d737a2219969be4 100644
--- a/modules/audio_device/include/fake_audio_device.h
+++ b/modules/audio_device/include/fake_audio_device.h
@@ -23,9 +23,6 @@ class FakeAudioDeviceModule : public AudioDeviceModule {
virtual int32_t Release() const { return 0; }
private:
- virtual int32_t RegisterEventObserver(AudioDeviceObserver* eventCallback) {
- return 0;
- }
virtual int32_t RegisterAudioCallback(AudioTransport* audioCallback) {
return 0;
}

Powered by Google App Engine
This is Rietveld 408576698