|
Gardening: Revert "Use AudioStreamMonitor to control power save blocking."
This reverts commit 484d29dcb45ca362fc9049c37dd3a51e11492f14.
This patch made media/media-controller-playbackrate.html test crash on DEBUG.
it crashes at content/browser/web_contents/web_contents_impl.cc:4296 on DCHECK
Looks like AddMediaPlayerEntry was called twice for the same player_cookie
It is not clear how it happens due to async nature of the notification.
The author is sleeping at the moment, so I decided to roll back the patch.
BUG=
TBR=dalecurtis@chromium.org
Committed: https://crrev.com/0381a74131887eb13b5d457cce756fb7066411ea
Cr-Commit-Position: refs/heads/master@{#294370}
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+405 lines, -1066 lines) |
Patch |
 |
M |
chrome/browser/media/OWNERS
|
View
|
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
 |
A + |
chrome/browser/media/audio_stream_monitor.h
|
View
|
|
6 chunks |
+24 lines, -64 lines |
0 comments
|
Download
|
 |
A |
chrome/browser/media/audio_stream_monitor.cc
|
View
|
|
1 chunk |
+86 lines, -0 lines |
0 comments
|
Download
|
 |
A + |
chrome/browser/media/audio_stream_monitor_unittest.cc
|
View
|
|
8 chunks |
+58 lines, -77 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/media/media_capture_devices_dispatcher.h
|
View
|
|
1 chunk |
+9 lines, -0 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/media/media_capture_devices_dispatcher.cc
|
View
|
|
5 chunks |
+88 lines, -0 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/ui/tabs/tab_utils.cc
|
View
|
|
2 chunks |
+4 lines, -2 lines |
0 comments
|
Download
|
 |
M |
chrome/chrome_browser.gypi
|
View
|
|
1 chunk |
+2 lines, -0 lines |
0 comments
|
Download
|
 |
M |
chrome/chrome_tests_unit.gypi
|
View
|
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
 |
M |
content/browser/media/OWNERS
|
View
|
|
1 chunk |
+0 lines, -3 lines |
0 comments
|
Download
|
 |
D |
content/browser/media/audio_stream_monitor.h
|
View
|
|
1 chunk |
+0 lines, -153 lines |
0 comments
|
Download
|
 |
D |
content/browser/media/audio_stream_monitor.cc
|
View
|
|
1 chunk |
+0 lines, -162 lines |
0 comments
|
Download
|
 |
D |
content/browser/media/audio_stream_monitor_unittest.cc
|
View
|
|
1 chunk |
+0 lines, -297 lines |
0 comments
|
Download
|
 |
M |
content/browser/renderer_host/media/audio_renderer_host.cc
|
View
|
|
3 chunks |
+33 lines, -24 lines |
0 comments
|
Download
|
 |
M |
content/browser/web_contents/web_contents_impl.h
|
View
|
|
7 chunks |
+14 lines, -46 lines |
0 comments
|
Download
|
 |
M |
content/browser/web_contents/web_contents_impl.cc
|
View
|
|
10 chunks |
+39 lines, -126 lines |
0 comments
|
Download
|
 |
M |
content/browser/web_contents/web_contents_impl_unittest.cc
|
View
|
|
2 chunks |
+0 lines, -88 lines |
0 comments
|
Download
|
 |
M |
content/content_browser.gypi
|
View
|
|
1 chunk |
+0 lines, -2 lines |
0 comments
|
Download
|
 |
M |
content/content_tests.gypi
|
View
|
|
1 chunk |
+0 lines, -1 line |
0 comments
|
Download
|
 |
M |
content/public/browser/media_observer.h
|
View
|
|
1 chunk |
+21 lines, -0 lines |
0 comments
|
Download
|
 |
M |
content/public/browser/web_contents.h
|
View
|
|
1 chunk |
+0 lines, -3 lines |
0 comments
|
Download
|
 |
M |
media/audio/audio_output_controller.h
|
View
|
|
5 chunks |
+7 lines, -15 lines |
0 comments
|
Download
|
 |
M |
media/audio/audio_output_controller.cc
|
View
|
|
5 chunks |
+18 lines, -3 lines |
0 comments
|
Download
|
Total messages: 14 (3 generated)
|