|
Replace MessageLoopProxy usage with ThreadTaskRunnerHandle in chrome/renderer/media module.
MessageLoopProxy is deprecated.
This basically does a search and replace:
MessageLoopProxy::current() -> ThreadTaskRunnerHandle::Get().
BUG= 391045
Committed: https://crrev.com/af4ae32730c3c1d522c51973be708af90feff084
Cr-Commit-Position: refs/heads/master@{#328496}
Total comments: 4
Total comments: 10
Total comments: 2
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+95 lines, -92 lines) |
Patch |
|
M |
chrome/renderer/media/cast_ipc_dispatcher.h
|
View
|
1
2
3
|
3 chunks |
+4 lines, -3 lines |
0 comments
|
Download
|
|
M |
chrome/renderer/media/cast_ipc_dispatcher.cc
|
View
|
1
|
5 chunks |
+10 lines, -9 lines |
0 comments
|
Download
|
|
M |
chrome/renderer/media/cast_ipc_dispatcher_unittest.cc
|
View
|
|
2 chunks |
+2 lines, -1 line |
0 comments
|
Download
|
|
M |
chrome/renderer/media/cast_receiver_session.h
|
View
|
1
|
2 chunks |
+2 lines, -1 line |
0 comments
|
Download
|
|
M |
chrome/renderer/media/cast_receiver_session.cc
|
View
|
1
|
5 chunks |
+6 lines, -6 lines |
0 comments
|
Download
|
|
M |
chrome/renderer/media/cast_receiver_session_delegate.cc
|
View
|
1
2
|
4 chunks |
+4 lines, -4 lines |
0 comments
|
Download
|
|
M |
chrome/renderer/media/cast_session.h
|
View
|
1
2
3
|
2 chunks |
+3 lines, -3 lines |
0 comments
|
Download
|
|
M |
chrome/renderer/media/cast_session.cc
|
View
|
1
2
3
|
8 chunks |
+9 lines, -9 lines |
0 comments
|
Download
|
|
M |
chrome/renderer/media/cast_session_delegate.h
|
View
|
1
2
3
|
2 chunks |
+2 lines, -2 lines |
0 comments
|
Download
|
|
M |
chrome/renderer/media/cast_session_delegate.cc
|
View
|
1
2
3
|
11 chunks |
+17 lines, -16 lines |
0 comments
|
Download
|
|
M |
chrome/renderer/media/chrome_webrtc_log_message_delegate.h
|
View
|
1
2
3
4
|
3 chunks |
+3 lines, -3 lines |
0 comments
|
Download
|
|
M |
chrome/renderer/media/chrome_webrtc_log_message_delegate.cc
|
View
|
1
2
|
3 chunks |
+5 lines, -5 lines |
0 comments
|
Download
|
|
M |
chrome/renderer/media/mock_webrtc_logging_message_filter.h
|
View
|
1
2
|
1 chunk |
+2 lines, -1 line |
0 comments
|
Download
|
|
M |
chrome/renderer/media/mock_webrtc_logging_message_filter.cc
|
View
|
1
2
|
2 chunks |
+5 lines, -5 lines |
0 comments
|
Download
|
|
M |
chrome/renderer/media/webrtc_logging_message_filter.h
|
View
|
1
2
|
2 chunks |
+5 lines, -8 lines |
0 comments
|
Download
|
|
M |
chrome/renderer/media/webrtc_logging_message_filter.cc
|
View
|
1
2
|
3 chunks |
+16 lines, -16 lines |
0 comments
|
Download
|
Total messages: 17 (3 generated)
|