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

Issue 24041003: Geolocation: move polling policy to its own file. (Closed)

Created:
7 years, 3 months ago by Michael van Ouwerkerk
Modified:
7 years, 3 months ago
Reviewers:
bulach, jam
CC:
chromium-reviews, joi+watch-content_chromium.org, darin-cc_chromium.org, Michael van Ouwerkerk
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Visibility:
Public.

Description

Geolocation: move polling policy to its own file. This change permits cleaning up the dependencies in WifiDataProviderChromeOs, it was pulling in WifiDataProviderCommon not to derive it, but to use the polling policy. It doesn't actually use WifiDataProviderCommon::WlanApiInterface. Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=222069

Patch Set 1 #

Total comments: 6

Patch Set 2 : Rename PollingPolicyInterface to WifiPollingPolicy #

Patch Set 3 : Fix whitespace. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+44 lines, -148 lines) Patch
M content/browser/geolocation/wifi_data_provider_chromeos.h View 1 2 chunks +3 lines, -5 lines 0 comments Download
M content/browser/geolocation/wifi_data_provider_chromeos.cc View 1 2 1 chunk +4 lines, -4 lines 0 comments Download
M content/browser/geolocation/wifi_data_provider_common.h View 1 4 chunks +3 lines, -41 lines 0 comments Download
M content/browser/geolocation/wifi_data_provider_common_unittest.cc View 1 2 chunks +2 lines, -2 lines 0 comments Download
M content/browser/geolocation/wifi_data_provider_linux.h View 1 1 chunk +1 line, -1 line 0 comments Download
M content/browser/geolocation/wifi_data_provider_linux.cc View 1 2 1 chunk +5 lines, -5 lines 0 comments Download
M content/browser/geolocation/wifi_data_provider_mac.h View 1 1 chunk +1 line, -1 line 0 comments Download
M content/browser/geolocation/wifi_data_provider_mac.cc View 1 2 1 chunk +5 lines, -5 lines 0 comments Download
M content/browser/geolocation/wifi_data_provider_win.h View 1 2 2 chunks +1 line, -2 lines 0 comments Download
M content/browser/geolocation/wifi_data_provider_win.cc View 1 2 1 chunk +5 lines, -5 lines 0 comments Download
A + content/browser/geolocation/wifi_polling_policy.h View 1 3 chunks +13 lines, -77 lines 0 comments Download
M content/content_browser.gypi View 1 chunk +1 line, -0 lines 0 comments Download

Messages

Total messages: 10 (0 generated)
Michael van Ouwerkerk
Hi Marcus, another minor piece of cleanup. This was confusing how the geolocation code interrelates.
7 years, 3 months ago (2013-09-06 15:48:42 UTC) #1
bulach
lgtm thanks! just some nits below: https://codereview.chromium.org/24041003/diff/1/content/browser/geolocation/wifi_polling_policy.h File content/browser/geolocation/wifi_polling_policy.h (right): https://codereview.chromium.org/24041003/diff/1/content/browser/geolocation/wifi_polling_policy.h#newcode11 content/browser/geolocation/wifi_polling_policy.h:11: class PollingPolicyInterface { ...
7 years, 3 months ago (2013-09-06 16:01:38 UTC) #2
Michael van Ouwerkerk
Thanks for the quick review! https://codereview.chromium.org/24041003/diff/1/content/browser/geolocation/wifi_polling_policy.h File content/browser/geolocation/wifi_polling_policy.h (right): https://codereview.chromium.org/24041003/diff/1/content/browser/geolocation/wifi_polling_policy.h#newcode11 content/browser/geolocation/wifi_polling_policy.h:11: class PollingPolicyInterface { On ...
7 years, 3 months ago (2013-09-06 19:05:01 UTC) #3
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/mvanouwerkerk@chromium.org/24041003/7001
7 years, 3 months ago (2013-09-09 12:40:18 UTC) #4
commit-bot: I haz the power
Retried try job too often on chromium_presubmit for step(s) presubmit http://build.chromium.org/p/tryserver.chromium/buildstatus?builder=chromium_presubmit&number=24400
7 years, 3 months ago (2013-09-09 12:52:06 UTC) #5
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/mvanouwerkerk@chromium.org/24041003/7001
7 years, 3 months ago (2013-09-09 12:54:38 UTC) #6
jam
gypi lgtm
7 years, 3 months ago (2013-09-09 15:02:10 UTC) #7
commit-bot: I haz the power
Commit queue rejected this change because the description was changed between the time the change ...
7 years, 3 months ago (2013-09-09 15:26:05 UTC) #8
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/mvanouwerkerk@chromium.org/24041003/7001
7 years, 3 months ago (2013-09-09 19:05:58 UTC) #9
commit-bot: I haz the power
7 years, 3 months ago (2013-09-09 19:07:52 UTC) #10
Message was sent while issue was closed.
Change committed as 222069

Powered by Google App Engine
This is Rietveld 408576698