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

Side by Side 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 unified diff | Download patch
OLDNEW
1 // Copyright (c) 2012 The Chromium Authors. All rights reserved. 1 // Copyright (c) 2012 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be 2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file. 3 // found in the LICENSE file.
4 4
5 #include "content/browser/renderer_host/media/audio_renderer_host.h" 5 #include "content/browser/renderer_host/media/audio_renderer_host.h"
6 6 /*
7 #include <stdint.h> 7 #include <stdint.h>
8 8
9 #include <memory> 9 #include <memory>
10 10
11 #include "base/bind.h" 11 #include "base/bind.h"
12 #include "base/command_line.h" 12 #include "base/command_line.h"
13 #include "base/macros.h" 13 #include "base/macros.h"
14 #include "base/run_loop.h" 14 #include "base/run_loop.h"
15 #include "base/sync_socket.h" 15 #include "base/sync_socket.h"
16 #include "content/browser/media/capture/audio_mirroring_manager.h" 16 #include "content/browser/media/capture/audio_mirroring_manager.h"
(...skipping 429 matching lines...) Expand 10 before | Expand all | Expand 10 after
446 } 446 }
447 447
448 TEST_F(AudioRendererHostTest, CreateFailsForInvalidRenderFrame) { 448 TEST_F(AudioRendererHostTest, CreateFailsForInvalidRenderFrame) {
449 CreateWithInvalidRenderFrameId(); 449 CreateWithInvalidRenderFrameId();
450 Close(); 450 Close();
451 } 451 }
452 452
453 // TODO(hclam): Add tests for data conversation in low latency mode. 453 // TODO(hclam): Add tests for data conversation in low latency mode.
454 454
455 } // namespace content 455 } // namespace content
456 */
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698