|
Allow content embedders to create AudioManager.
This allows the content embedders to choose the implementation
and task runner for AudioManager instance. Moving the factory
function to ContentBrowserClient eliminates the need for
AudioManagerFactory, which this patch removes as well.
BUG= 594234
Committed: https://crrev.com/f2f046b64c75438d36ac0b60a8bc6cc382f068a2
Cr-Commit-Position: refs/heads/master@{#389633}
Total comments: 8
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+71 lines, -269 lines) |
Patch |
 |
M |
chromecast/browser/cast_browser_main_parts.cc
|
View
|
|
3 chunks |
+0 lines, -7 lines |
0 comments
|
Download
|
 |
M |
chromecast/browser/cast_content_browser_client.h
|
View
|
1
|
1 chunk |
+2 lines, -0 lines |
0 comments
|
Download
|
 |
M |
chromecast/browser/cast_content_browser_client.cc
|
View
|
1
|
2 chunks |
+7 lines, -0 lines |
0 comments
|
Download
|
 |
M |
chromecast/media/audio/BUILD.gn
|
View
|
|
1 chunk |
+0 lines, -2 lines |
0 comments
|
Download
|
 |
D |
chromecast/media/audio/cast_audio_manager_factory.h
|
View
|
|
1 chunk |
+0 lines, -37 lines |
0 comments
|
Download
|
 |
D |
chromecast/media/audio/cast_audio_manager_factory.cc
|
View
|
|
1 chunk |
+0 lines, -32 lines |
0 comments
|
Download
|
 |
M |
content/browser/browser_main_loop.cc
|
View
|
1
|
1 chunk |
+27 lines, -20 lines |
0 comments
|
Download
|
 |
M |
content/public/browser/DEPS
|
View
|
1
|
1 chunk |
+3 lines, -0 lines |
0 comments
|
Download
|
 |
M |
content/public/browser/content_browser_client.h
|
View
|
1
|
2 chunks |
+6 lines, -0 lines |
0 comments
|
Download
|
 |
M |
content/public/browser/content_browser_client.cc
|
View
|
1
|
1 chunk |
+5 lines, -0 lines |
0 comments
|
Download
|
 |
M |
media/audio/BUILD.gn
|
View
|
|
1 chunk |
+0 lines, -1 line |
0 comments
|
Download
|
 |
M |
media/audio/audio_manager.h
|
View
|
|
5 chunks |
+7 lines, -19 lines |
0 comments
|
Download
|
 |
M |
media/audio/audio_manager.cc
|
View
|
|
5 chunks |
+14 lines, -43 lines |
0 comments
|
Download
|
 |
D |
media/audio/audio_manager_factory.h
|
View
|
|
1 chunk |
+0 lines, -38 lines |
0 comments
|
Download
|
 |
D |
media/audio/audio_manager_factory_unittest.cc
|
View
|
|
1 chunk |
+0 lines, -69 lines |
0 comments
|
Download
|
 |
M |
media/media.gyp
|
View
|
|
1 chunk |
+0 lines, -1 line |
0 comments
|
Download
|
Total messages: 18 (6 generated)
|