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

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: Finished up for review. 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
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..5ce49f6d58a2358ff38fd71db682b8ce4e80b323 100644
--- a/media/audio/fake_audio_log_factory.cc
+++ b/media/audio/fake_audio_log_factory.cc
@@ -24,6 +24,9 @@ class FakeAudioLogImpl : public AudioLog {
void OnSetVolume(int component_id, double volume) override {}
void OnSwitchOutputDevice(int component_id,
const std::string& device_id) override {}
+ void OnStatistics(int component_id,
+ const std::string& name,
+ int value) override {}
};
FakeAudioLogFactory::FakeAudioLogFactory() {}

Powered by Google App Engine
This is Rietveld 408576698