|
Remove calls to MessageLoop::current() in content.
Why?
The fact that there's a MessageLoop on the thread is an
unnecessary implementation detail. When browser threads
are migrated to base/task_scheduler, tasks will no longer
have access to a MessageLoop.
These changes were generated manually.
This CL is identical to https://codereview.chromium.org/2105173004/
except for a fix to content/renderer/devtools/devtools_agent.cc
BUG= 616447
Committed: https://crrev.com/e94d86444553f5bf3abe0af715fa6f49acc18f67
Cr-Commit-Position: refs/heads/master@{#404207}
Total comments: 2
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+119 lines, -97 lines) |
Patch |
 |
M |
content/browser/android/java/java_bridge_thread.cc
|
View
|
|
2 chunks |
+5 lines, -2 lines |
0 comments
|
Download
|
 |
M |
content/browser/appcache/appcache_request_handler_unittest.cc
|
View
|
|
4 chunks |
+4 lines, -4 lines |
0 comments
|
Download
|
 |
M |
content/browser/appcache/appcache_response_unittest.cc
|
View
|
|
4 chunks |
+4 lines, -4 lines |
0 comments
|
Download
|
 |
M |
content/browser/appcache/appcache_storage_impl_unittest.cc
|
View
|
|
4 chunks |
+4 lines, -4 lines |
0 comments
|
Download
|
 |
M |
content/browser/appcache/appcache_url_request_job_unittest.cc
|
View
|
|
4 chunks |
+4 lines, -4 lines |
0 comments
|
Download
|
 |
M |
content/browser/device_sensors/data_fetcher_shared_memory_base_unittest.cc
|
View
|
1
2
|
6 chunks |
+11 lines, -5 lines |
0 comments
|
Download
|
 |
M |
content/browser/device_sensors/data_fetcher_shared_memory_mac.cc
|
View
|
|
4 chunks |
+4 lines, -3 lines |
0 comments
|
Download
|
 |
M |
content/browser/download/drag_download_file.h
|
View
|
|
2 chunks |
+3 lines, -1 line |
0 comments
|
Download
|
 |
M |
content/browser/download/drag_download_file.cc
|
View
|
|
9 chunks |
+18 lines, -20 lines |
0 comments
|
Download
|
 |
M |
content/browser/geolocation/geolocation_provider_impl.cc
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
content/browser/geolocation/geolocation_provider_impl_unittest.cc
|
View
|
1
2
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
content/child/child_process.cc
|
View
|
|
2 chunks |
+3 lines, -2 lines |
0 comments
|
Download
|
 |
M |
content/child/child_thread_impl.cc
|
View
|
1
2
|
2 chunks |
+3 lines, -3 lines |
0 comments
|
Download
|
 |
M |
content/ppapi_plugin/ppapi_thread.cc
|
View
|
|
2 chunks |
+2 lines, -1 line |
0 comments
|
Download
|
 |
M |
content/renderer/devtools/devtools_agent.cc
|
View
|
1
2
3
|
2 chunks |
+23 lines, -8 lines |
0 comments
|
Download
|
 |
M |
content/renderer/devtools/devtools_agent_filter.h
|
View
|
|
2 chunks |
+0 lines, -2 lines |
0 comments
|
Download
|
 |
M |
content/renderer/devtools/devtools_agent_filter.cc
|
View
|
|
2 chunks |
+2 lines, -5 lines |
0 comments
|
Download
|
 |
M |
content/renderer/p2p/ipc_socket_factory.cc
|
View
|
|
15 chunks |
+21 lines, -21 lines |
0 comments
|
Download
|
 |
M |
content/renderer/render_thread_impl.cc
|
View
|
1
2
|
2 chunks |
+2 lines, -2 lines |
0 comments
|
Download
|
 |
M |
device/gamepad/gamepad_provider.cc
|
View
|
1
2
3
4
|
4 chunks |
+4 lines, -4 lines |
0 comments
|
Download
|
Total messages: 18 (8 generated)
|