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

Unified Diff: test/mock_voice_engine.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 | « media/engine/fakewebrtcvoiceengine.h ('k') | voice_engine/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: test/mock_voice_engine.h
diff --git a/test/mock_voice_engine.h b/test/mock_voice_engine.h
index 6dfaa55ac125971d6c987ab80732c8a44ff39ab9..2567be405254635c74b7a6bb3035f1857a39aed3 100644
--- a/test/mock_voice_engine.h
+++ b/test/mock_voice_engine.h
@@ -94,8 +94,6 @@ class MockVoiceEngine : public VoiceEngineImpl {
}
// VoEBase
- MOCK_METHOD1(RegisterVoiceEngineObserver, int(VoiceEngineObserver& observer));
- MOCK_METHOD0(DeRegisterVoiceEngineObserver, int());
MOCK_METHOD3(
Init,
int(AudioDeviceModule* external_adm,
« no previous file with comments | « media/engine/fakewebrtcvoiceengine.h ('k') | voice_engine/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698