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

Issue 1819173002: SimpleGeolocation should support sending WiFi AP data. (Closed)

Created:
4 years, 9 months ago by Alexander Alekseev
Modified:
4 years, 9 months ago
Reviewers:
stevenjb, Steven Holte
CC:
chromium-reviews, dzhioev+watch_chromium.org, achuith+watch_chromium.org, oshima+watch_chromium.org, davemoore+watch_chromium.org
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

SimpleGeolocation should support sending WiFi AP data. BUG=596690 TEST=unittest Committed: https://crrev.com/9af1adea25a1a643a7f849616d3f51b33a9657aa Cr-Commit-Position: refs/heads/master@{#382968}

Patch Set 1 #

Patch Set 2 : Added unittest. #

Patch Set 3 : Updated unit test. #

Patch Set 4 : Fixed GN build. #

Patch Set 5 : UMA added. #

Total comments: 20

Patch Set 6 : Update after review. #

Total comments: 2

Patch Set 7 : Update after review. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+422 lines, -29 lines) Patch
M chrome/browser/chromeos/login/wizard_controller.cc View 1 chunk +1 line, -0 lines 0 comments Download
M chromeos/BUILD.gn View 1 2 3 1 chunk +2 lines, -0 lines 0 comments Download
M chromeos/chromeos.gyp View 1 1 chunk +2 lines, -0 lines 0 comments Download
M chromeos/geolocation/simple_geolocation_provider.h View 1 chunk +4 lines, -2 lines 0 comments Download
M chromeos/geolocation/simple_geolocation_provider.cc View 1 2 3 4 5 3 chunks +21 lines, -2 lines 0 comments Download
M chromeos/geolocation/simple_geolocation_request.h View 1 2 3 4 5 7 chunks +21 lines, -2 lines 0 comments Download
M chromeos/geolocation/simple_geolocation_request.cc View 1 2 3 4 5 6 10 chunks +92 lines, -6 lines 0 comments Download
A chromeos/geolocation/simple_geolocation_request_test_monitor.h View 1 1 chunk +31 lines, -0 lines 0 comments Download
A chromeos/geolocation/simple_geolocation_request_test_monitor.cc View 1 1 chunk +19 lines, -0 lines 0 comments Download
M chromeos/geolocation/simple_geolocation_unittest.cc View 1 2 3 4 5 9 chunks +208 lines, -16 lines 0 comments Download
M chromeos/network/geolocation_handler.h View 1 2 3 4 5 1 chunk +2 lines, -0 lines 0 comments Download
M chromeos/timezone/timezone_resolver.h View 1 2 3 4 5 1 chunk +2 lines, -0 lines 0 comments Download
M chromeos/timezone/timezone_resolver.cc View 1 2 3 4 5 2 chunks +3 lines, -1 line 0 comments Download
M tools/metrics/histograms/histograms.xml View 1 2 3 4 2 chunks +14 lines, -0 lines 0 comments Download

Messages

Total messages: 31 (13 generated)
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1819173002/20001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1819173002/20001
4 years, 9 months ago (2016-03-22 06:19:32 UTC) #3
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1819173002/40001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1819173002/40001
4 years, 9 months ago (2016-03-22 06:57:08 UTC) #5
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1819173002/60001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1819173002/60001
4 years, 9 months ago (2016-03-22 07:00:20 UTC) #7
Alexander Alekseev
Please review: holte@: tools/metrics/histograms.xml stevenjb@: all
4 years, 9 months ago (2016-03-22 07:22:48 UTC) #9
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1819173002/80001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1819173002/80001
4 years, 9 months ago (2016-03-22 07:30:26 UTC) #11
commit-bot: I haz the power
Dry run: This issue passed the CQ dry run.
4 years, 9 months ago (2016-03-22 08:56:41 UTC) #13
stevenjb
https://codereview.chromium.org/1819173002/diff/80001/chromeos/geolocation/simple_geolocation_provider.cc File chromeos/geolocation/simple_geolocation_provider.cc (right): https://codereview.chromium.org/1819173002/diff/80001/chromeos/geolocation/simple_geolocation_provider.cc#newcode28 chromeos/geolocation/simple_geolocation_provider.cc:28: chromeos::WifiAccessPointVector access_points; Rather than allocating this locally and copying ...
4 years, 9 months ago (2016-03-22 16:39:49 UTC) #14
Alexander Alekseev
https://codereview.chromium.org/1819173002/diff/80001/chromeos/geolocation/simple_geolocation_provider.cc File chromeos/geolocation/simple_geolocation_provider.cc (right): https://codereview.chromium.org/1819173002/diff/80001/chromeos/geolocation/simple_geolocation_provider.cc#newcode28 chromeos/geolocation/simple_geolocation_provider.cc:28: chromeos::WifiAccessPointVector access_points; On 2016/03/22 16:39:49, stevenjb wrote: > Rather ...
4 years, 9 months ago (2016-03-23 00:04:46 UTC) #15
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1819173002/100001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1819173002/100001
4 years, 9 months ago (2016-03-23 00:05:20 UTC) #17
stevenjb
lgtm
4 years, 9 months ago (2016-03-23 00:31:08 UTC) #18
commit-bot: I haz the power
Dry run: This issue passed the CQ dry run.
4 years, 9 months ago (2016-03-23 01:45:55 UTC) #20
Alexander Alekseev
holte@ , Friendly ping.
4 years, 9 months ago (2016-03-23 02:26:39 UTC) #21
Steven Holte
https://codereview.chromium.org/1819173002/diff/100001/chromeos/geolocation/simple_geolocation_request.cc File chromeos/geolocation/simple_geolocation_request.cc (right): https://codereview.chromium.org/1819173002/diff/100001/chromeos/geolocation/simple_geolocation_request.cc#newcode319 chromeos/geolocation/simple_geolocation_request.cc:319: UMA_HISTOGRAM_BOOLEAN("SimpleGeolocation.Request.HasWiFiAccessPoints", It would be better to wrap a function ...
4 years, 9 months ago (2016-03-23 18:41:46 UTC) #22
Steven Holte
lgtm % wrapping a function around the macro
4 years, 9 months ago (2016-03-23 18:42:35 UTC) #23
Alexander Alekseev
Thank you! https://codereview.chromium.org/1819173002/diff/100001/chromeos/geolocation/simple_geolocation_request.cc File chromeos/geolocation/simple_geolocation_request.cc (right): https://codereview.chromium.org/1819173002/diff/100001/chromeos/geolocation/simple_geolocation_request.cc#newcode319 chromeos/geolocation/simple_geolocation_request.cc:319: UMA_HISTOGRAM_BOOLEAN("SimpleGeolocation.Request.HasWiFiAccessPoints", On 2016/03/23 18:41:46, Steven Holte wrote: ...
4 years, 9 months ago (2016-03-23 22:08:23 UTC) #24
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1819173002/120001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1819173002/120001
4 years, 9 months ago (2016-03-23 22:09:08 UTC) #27
commit-bot: I haz the power
Committed patchset #7 (id:120001)
4 years, 9 months ago (2016-03-23 23:21:53 UTC) #29
commit-bot: I haz the power
4 years, 9 months ago (2016-03-23 23:23:18 UTC) #31
Message was sent while issue was closed.
Patchset 7 (id:??) landed as
https://crrev.com/9af1adea25a1a643a7f849616d3f51b33a9657aa
Cr-Commit-Position: refs/heads/master@{#382968}

Powered by Google App Engine
This is Rietveld 408576698