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

Issue 2298013002: Gets rid of LocationProviderBase. (Closed)

Created:
4 years, 3 months ago by CJ
Modified:
4 years, 3 months ago
CC:
chromium-reviews
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Gets rid of LocationProviderBase. It provided very little functionality to just three classes, one of which will be disappearing soon (FakeLocationProvider). All the functionality was protected, meaning removing the interface has no impact outside these three classes. BUG=637869 Committed: https://crrev.com/409ec48bdceb927a16bbc46f20ecc6a9edd24daa Cr-Commit-Position: refs/heads/master@{#416047}

Patch Set 1 #

Total comments: 7

Patch Set 2 : Addresses mvanouwerkerk's #4 comments. #

Patch Set 3 : Forgot to add callback to location_provider_android #

Patch Set 4 : Fix up build file. #

Patch Set 5 : wrong branch. #

Patch Set 6 : Typo. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+42 lines, -72 lines) Patch
M device/geolocation/BUILD.gn View 1 chunk +0 lines, -2 lines 0 comments Download
M device/geolocation/fake_location_provider.h View 3 chunks +5 lines, -2 lines 0 comments Download
M device/geolocation/fake_location_provider.cc View 1 2 chunks +7 lines, -1 line 0 comments Download
M device/geolocation/location_provider_android.h View 1 2 3 chunks +5 lines, -2 lines 0 comments Download
M device/geolocation/location_provider_android.cc View 1 2 3 4 5 1 chunk +7 lines, -1 line 0 comments Download
D device/geolocation/location_provider_base.h View 1 chunk +0 lines, -35 lines 0 comments Download
D device/geolocation/location_provider_base.cc View 1 chunk +0 lines, -23 lines 0 comments Download
M device/geolocation/network_location_provider.h View 1 5 chunks +8 lines, -3 lines 0 comments Download
M device/geolocation/network_location_provider.cc View 1 4 chunks +10 lines, -3 lines 0 comments Download

Depends on Patchset:

Messages

Total messages: 29 (20 generated)
CJ
4 years, 3 months ago (2016-08-31 00:53:06 UTC) #2
Michael van Ouwerkerk
lgtm with nits https://codereview.chromium.org/2298013002/diff/1/device/geolocation/fake_location_provider.cc File device/geolocation/fake_location_provider.cc (right): https://codereview.chromium.org/2298013002/diff/1/device/geolocation/fake_location_provider.cc#newcode32 device/geolocation/fake_location_provider.cc:32: if (!callback_.is_null()) { nit: no need ...
4 years, 3 months ago (2016-08-31 09:44:37 UTC) #4
CJ
https://codereview.chromium.org/2298013002/diff/1/device/geolocation/fake_location_provider.cc File device/geolocation/fake_location_provider.cc (right): https://codereview.chromium.org/2298013002/diff/1/device/geolocation/fake_location_provider.cc#newcode32 device/geolocation/fake_location_provider.cc:32: if (!callback_.is_null()) { On 2016/08/31 09:44:37, Michael van Ouwerkerk ...
4 years, 3 months ago (2016-08-31 17:22:11 UTC) #8
Wez
LGTM w/ nits. nits: CL description needs tidying up: - It's not clear why LocationProvider ...
4 years, 3 months ago (2016-09-01 02:32:43 UTC) #15
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/2298013002/80001
4 years, 3 months ago (2016-09-01 18:28:33 UTC) #20
commit-bot: I haz the power
Try jobs failed on following builders: linux_android_rel_ng on master.tryserver.chromium.android (JOB_FAILED, https://build.chromium.org/p/tryserver.chromium.android/builders/linux_android_rel_ng/builds/134679)
4 years, 3 months ago (2016-09-01 18:47:13 UTC) #22
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/2298013002/100001
4 years, 3 months ago (2016-09-01 19:38:09 UTC) #25
commit-bot: I haz the power
Committed patchset #6 (id:100001)
4 years, 3 months ago (2016-09-01 20:53:21 UTC) #27
commit-bot: I haz the power
4 years, 3 months ago (2016-09-01 20:56:09 UTC) #29
Message was sent while issue was closed.
Patchset 6 (id:??) landed as
https://crrev.com/409ec48bdceb927a16bbc46f20ecc6a9edd24daa
Cr-Commit-Position: refs/heads/master@{#416047}

Powered by Google App Engine
This is Rietveld 408576698