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

Issue 2314853004: Remove calls to deprecated MessageLoop methods in chromeos. (Closed)

Created:
4 years, 3 months ago by fdoray
Modified:
4 years, 3 months ago
Reviewers:
armansito, oshima
CC:
chromium-reviews, alemate+watch_chromium.org, stevenjb+watch_chromium.org, hashimoto+watch_chromium.org, oshima+watch_chromium.org
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Remove calls to deprecated MessageLoop methods in chromeos. This CL (hopefully) removes all calls to these methods in chromeos: - MessageLoop::PostTask - MessageLoop::PostDelayedTask - MessageLoop::DeleteSoon - MessageLoop::ReleaseSoon - MessageLoop::Run - MessageLoop::RunUntilIdle BUG=616447 R=oshima@chromium.org Committed: https://crrev.com/f5b47fd134d1bf5613c9898c04ea280cd20df544 Cr-Commit-Position: refs/heads/master@{#418234}

Patch Set 1 #

Total comments: 13
Unified diffs Side-by-side diffs Delta from patch set Stats (+264 lines, -252 lines) Patch
M chromeos/audio/cras_audio_handler_unittest.cc View 4 chunks +5 lines, -5 lines 0 comments Download
M chromeos/dbus/cras_audio_client_unittest.cc View 21 chunks +21 lines, -20 lines 0 comments Download
M chromeos/dbus/gsm_sms_client_unittest.cc View 5 chunks +5 lines, -4 lines 0 comments Download
M chromeos/dbus/modem_messaging_client_unittest.cc View 4 chunks +4 lines, -3 lines 0 comments Download
M chromeos/dbus/services/service_provider_test_helper.cc View 2 chunks +2 lines, -1 line 0 comments Download
M chromeos/dbus/shill_device_client_unittest.cc View 14 chunks +14 lines, -13 lines 0 comments Download
M chromeos/dbus/shill_ipconfig_client_unittest.cc View 6 chunks +6 lines, -5 lines 0 comments Download
M chromeos/dbus/shill_manager_client_unittest.cc View 13 chunks +13 lines, -12 lines 0 comments Download
M chromeos/dbus/shill_profile_client_unittest.cc View 5 chunks +5 lines, -4 lines 0 comments Download
M chromeos/dbus/shill_service_client_unittest.cc View 11 chunks +11 lines, -10 lines 0 comments Download
M chromeos/dbus/shill_third_party_vpn_driver_client_unittest.cc View 6 chunks +6 lines, -5 lines 0 comments Download
M chromeos/disks/disk_mount_manager_unittest.cc View 8 chunks +8 lines, -7 lines 0 comments Download
M chromeos/geolocation/simple_geolocation_unittest.cc View 3 chunks +4 lines, -4 lines 2 comments Download
M chromeos/network/geolocation_handler_unittest.cc View 6 chunks +8 lines, -7 lines 2 comments Download
M chromeos/network/host_resolver_impl_chromeos_unittest.cc View 2 chunks +2 lines, -6 lines 0 comments Download
M chromeos/network/managed_network_configuration_handler_unittest.cc View 29 chunks +29 lines, -28 lines 2 comments Download
M chromeos/network/network_configuration_handler_unittest.cc View 20 chunks +20 lines, -19 lines 2 comments Download
M chromeos/network/network_device_handler_unittest.cc View 22 chunks +33 lines, -32 lines 1 comment Download
M chromeos/network/network_sms_handler_unittest.cc View 3 chunks +3 lines, -2 lines 1 comment Download
M chromeos/network/network_state_handler_unittest.cc View 24 chunks +36 lines, -38 lines 1 comment Download
M chromeos/network/prohibited_technologies_handler_unittest.cc View 3 chunks +4 lines, -4 lines 1 comment Download
M chromeos/network/shill_property_handler_unittest.cc View 18 chunks +22 lines, -21 lines 1 comment Download
M chromeos/process_proxy/process_proxy_unittest.cc View 2 chunks +3 lines, -2 lines 0 comments Download

Messages

Total messages: 17 (7 generated)
fdoray
oshima@: PTAL armansito@: Please review changes in chromeos/network
4 years, 3 months ago (2016-09-06 21:56:17 UTC) #6
armansito
https://codereview.chromium.org/2314853004/diff/1/chromeos/network/geolocation_handler_unittest.cc File chromeos/network/geolocation_handler_unittest.cc (right): https://codereview.chromium.org/2314853004/diff/1/chromeos/network/geolocation_handler_unittest.cc#newcode69 chromeos/network/geolocation_handler_unittest.cc:69: base::MessageLoopForUI message_loop_; Shouldn't this be removed as well? https://codereview.chromium.org/2314853004/diff/1/chromeos/network/managed_network_configuration_handler_unittest.cc ...
4 years, 3 months ago (2016-09-06 22:04:32 UTC) #7
fdoray
PTAnL https://codereview.chromium.org/2314853004/diff/1/chromeos/network/geolocation_handler_unittest.cc File chromeos/network/geolocation_handler_unittest.cc (right): https://codereview.chromium.org/2314853004/diff/1/chromeos/network/geolocation_handler_unittest.cc#newcode69 chromeos/network/geolocation_handler_unittest.cc:69: base::MessageLoopForUI message_loop_; On 2016/09/06 22:04:32, armansito wrote: > ...
4 years, 3 months ago (2016-09-07 13:03:49 UTC) #8
fdoray
ping
4 years, 3 months ago (2016-09-09 14:20:09 UTC) #9
oshima
lgtm with nits https://codereview.chromium.org/2314853004/diff/1/chromeos/geolocation/simple_geolocation_unittest.cc File chromeos/geolocation/simple_geolocation_unittest.cc (right): https://codereview.chromium.org/2314853004/diff/1/chromeos/geolocation/simple_geolocation_unittest.cc#newcode189 chromeos/geolocation/simple_geolocation_unittest.cc:189: std::unique_ptr<base::RunLoop> message_loop_runner_; can you clean up ...
4 years, 3 months ago (2016-09-13 01:36:05 UTC) #10
armansito
lgtm
4 years, 3 months ago (2016-09-13 02:04:58 UTC) #11
fdoray
https://codereview.chromium.org/2314853004/diff/1/chromeos/geolocation/simple_geolocation_unittest.cc File chromeos/geolocation/simple_geolocation_unittest.cc (right): https://codereview.chromium.org/2314853004/diff/1/chromeos/geolocation/simple_geolocation_unittest.cc#newcode189 chromeos/geolocation/simple_geolocation_unittest.cc:189: std::unique_ptr<base::RunLoop> message_loop_runner_; On 2016/09/13 01:36:05, oshima wrote: > can ...
4 years, 3 months ago (2016-09-13 13:12:49 UTC) #12
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2314853004/1
4 years, 3 months ago (2016-09-13 13:13:08 UTC) #14
commit-bot: I haz the power
Committed patchset #1 (id:1)
4 years, 3 months ago (2016-09-13 14:12:59 UTC) #15
commit-bot: I haz the power
4 years, 3 months ago (2016-09-13 14:14:51 UTC) #17
Message was sent while issue was closed.
Patchset 1 (id:??) landed as
https://crrev.com/f5b47fd134d1bf5613c9898c04ea280cd20df544
Cr-Commit-Position: refs/heads/master@{#418234}

Powered by Google App Engine
This is Rietveld 408576698