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

Unified Diff: media/audio/fake_audio_log_factory.cc

Issue 1864483002: Forward output glitch information from stream WebRTC log (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase. Created 4 years, 7 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/cras/audio_manager_cras.cc ('k') | media/audio/fake_audio_manager.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: media/audio/fake_audio_log_factory.cc
diff --git a/media/audio/fake_audio_log_factory.cc b/media/audio/fake_audio_log_factory.cc
index 96e8b5bd9ba0dbe4462ed13c5e4f088454fec24f..c60630e2098a1d139ded0e0886b6ea658fbf256c 100644
--- a/media/audio/fake_audio_log_factory.cc
+++ b/media/audio/fake_audio_log_factory.cc
@@ -24,6 +24,7 @@ class FakeAudioLogImpl : public AudioLog {
void OnSetVolume(int component_id, double volume) override {}
void OnSwitchOutputDevice(int component_id,
const std::string& device_id) override {}
+ void OnLogMessage(int component_id, const std::string& message) override {}
};
FakeAudioLogFactory::FakeAudioLogFactory() {}
« no previous file with comments | « media/audio/cras/audio_manager_cras.cc ('k') | media/audio/fake_audio_manager.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698