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

Unified Diff: content/browser/renderer_host/media/audio_renderer_host_unittest.cc

Issue 2289543003: IPC->mojo of audio_renderer_host (Closed)
Patch Set: It builds \o/. Created 4 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: content/browser/renderer_host/media/audio_renderer_host_unittest.cc
diff --git a/content/browser/renderer_host/media/audio_renderer_host_unittest.cc b/content/browser/renderer_host/media/audio_renderer_host_unittest.cc
index e6f6c61fb2166a607ce2e11ad8662481d3041de9..0c73e3b4e3121343ea1bc01828ae579cd1cfabfe 100644
--- a/content/browser/renderer_host/media/audio_renderer_host_unittest.cc
+++ b/content/browser/renderer_host/media/audio_renderer_host_unittest.cc
@@ -3,7 +3,7 @@
// found in the LICENSE file.
#include "content/browser/renderer_host/media/audio_renderer_host.h"
-
+/*
#include <stdint.h>
#include <memory>
@@ -453,3 +453,4 @@ TEST_F(AudioRendererHostTest, CreateFailsForInvalidRenderFrame) {
// TODO(hclam): Add tests for data conversation in low latency mode.
} // namespace content
+*/

Powered by Google App Engine
This is Rietveld 408576698