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

Unified Diff: media/audio/fake_audio_manager.cc

Issue 2424163004: Factor out authorization from AudioRendererHost. (Closed)
Patch Set: const& Created 4 years, 1 month 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 | « content/test/BUILD.gn ('k') | tools/metrics/histograms/histograms.xml » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: media/audio/fake_audio_manager.cc
diff --git a/media/audio/fake_audio_manager.cc b/media/audio/fake_audio_manager.cc
index 325e3493267e9d10ad8eee00c26715794ce2ee30..2915e7262908bf7bd2751a17ddb1774f5348ed5b 100644
--- a/media/audio/fake_audio_manager.cc
+++ b/media/audio/fake_audio_manager.cc
@@ -4,6 +4,9 @@
#include "media/audio/fake_audio_manager.h"
+#include <algorithm>
+#include <utility>
+
namespace media {
namespace {
@@ -20,11 +23,9 @@ FakeAudioManager::FakeAudioManager(
: AudioManagerBase(std::move(task_runner),
std::move(worker_task_runner),
audio_log_factory) {
- LOG(INFO) << __func__;
}
FakeAudioManager::~FakeAudioManager() {
- LOG(INFO) << __func__;
Shutdown();
}
« no previous file with comments | « content/test/BUILD.gn ('k') | tools/metrics/histograms/histograms.xml » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698