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

Issue 11710002: Move wifi_data_provider_chromeos.* from chrome\browser\geolocation to content\browser\geolocation b… (Closed)

Created:
7 years, 11 months ago by jam
Modified:
7 years, 11 months ago
CC:
chromium-reviews, dbeam+watch-options_chromium.org, nkostylev+watch_chromium.org, gspencer+watch_chromium.org, gauravsh+watch_chromium.org, joi+watch-content_chromium.org, darin-cc_chromium.org, oshima+watch_chromium.org, stevenjb+watch_chromium.org, davemoore+watch_chromium.org, joth
Visibility:
Public.

Description

Move wifi_data_provider_chromeos.* from chrome\browser\geolocation to content\browser\geolocation beside the other wifi_data_provider implementations. It turns out that this implementation actually wasn't in use all this time (the overriding of the factory using a global constructor doesn't seem to be called). I removed wifi_data_provider_unittest_chromeos.cc since the test now would be pointless (checking that a method is called). Superceeded by https://chromiumcodereview.appspot.com/11881011 BUG=98716, 156428

Patch Set 1 : #

Patch Set 2 : #

Patch Set 3 : #

Patch Set 4 : #

Patch Set 5 : #

Patch Set 6 : sync to head #

Patch Set 7 : remove unnecessary code #

Patch Set 8 : sync after r175087 moved cros_network_functions #

Total comments: 4
Unified diffs Side-by-side diffs Delta from patch set Stats (+67 lines, -551 lines) Patch
M chrome/browser/DEPS View 1 2 3 4 5 6 7 1 chunk +0 lines, -5 lines 0 comments Download
D chrome/browser/geolocation/wifi_data_provider_chromeos.h View 1 2 3 4 5 6 7 1 chunk +0 lines, -73 lines 0 comments Download
D chrome/browser/geolocation/wifi_data_provider_chromeos.cc View 1 2 3 4 5 6 7 1 chunk +0 lines, -248 lines 0 comments Download
D chrome/browser/geolocation/wifi_data_provider_unittest_chromeos.cc View 1 2 3 4 5 6 7 1 chunk +0 lines, -79 lines 0 comments Download
M chrome/chrome_tests_unit.gypi View 1 2 3 4 5 6 7 1 chunk +0 lines, -1 line 0 comments Download
M content/browser/DEPS View 1 2 3 4 5 6 7 1 chunk +2 lines, -1 line 0 comments Download
M content/browser/geolocation/device_data_provider.h View 1 2 3 4 5 6 7 1 chunk +0 lines, -1 line 1 comment Download
A + content/browser/geolocation/wifi_data_provider_chromeos.h View 1 2 3 4 5 6 3 chunks +14 lines, -22 lines 0 comments Download
A + content/browser/geolocation/wifi_data_provider_chromeos.cc View 1 2 3 4 5 6 7 5 chunks +47 lines, -121 lines 3 comments Download
M content/content_browser.gypi View 1 2 3 4 5 6 7 2 chunks +3 lines, -0 lines 0 comments Download
M content/content_tests.gypi View 1 2 3 4 5 6 7 1 chunk +1 line, -0 lines 0 comments Download

Messages

Total messages: 9 (0 generated)
jam
Steven: I believe from our IMs you'd rather this wait until you check in a ...
7 years, 11 months ago (2013-01-04 19:01:18 UTC) #1
joth
Thanks! This looks a much more consistent layering with the other platforms now. Adding jknotten ...
7 years, 11 months ago (2013-01-04 19:12:43 UTC) #2
stevenjb
https://codereview.chromium.org/11710002/diff/55004/content/browser/geolocation/wifi_data_provider_chromeos.cc File content/browser/geolocation/wifi_data_provider_chromeos.cc (right): https://codereview.chromium.org/11710002/diff/55004/content/browser/geolocation/wifi_data_provider_chromeos.cc#newcode153 content/browser/geolocation/wifi_data_provider_chromeos.cc:153: return false; So, this is OK, we can replace ...
7 years, 11 months ago (2013-01-04 20:41:03 UTC) #3
jam
https://codereview.chromium.org/11710002/diff/55004/content/browser/geolocation/wifi_data_provider_chromeos.cc File content/browser/geolocation/wifi_data_provider_chromeos.cc (right): https://codereview.chromium.org/11710002/diff/55004/content/browser/geolocation/wifi_data_provider_chromeos.cc#newcode164 content/browser/geolocation/wifi_data_provider_chromeos.cc:164: TechnologyEnabled(flimflam::kTypeWifi); On 2013/01/04 20:41:04, stevenjb (chromium) wrote: > This ...
7 years, 11 months ago (2013-01-04 21:18:31 UTC) #4
joth
On 4 January 2013 13:18, <jam@chromium.org> wrote: > > https://codereview.chromium.**org/11710002/diff/55004/** > content/browser/geolocation/**wifi_data_provider_chromeos.cc<https://codereview.chromium.org/11710002/diff/55004/content/browser/geolocation/wifi_data_provider_chromeos.cc> > File content/browser/geolocation/**wifi_data_provider_chromeos.cc ...
7 years, 11 months ago (2013-01-04 22:05:30 UTC) #5
John Knottenbelt
On 2013/01/04 22:05:30, joth wrote: > On 4 January 2013 13:18, <mailto:jam@chromium.org> wrote: > > ...
7 years, 11 months ago (2013-01-07 10:39:40 UTC) #6
jam
Steven: is https://codereview.chromium.org/11743006/ is the change that I'm supposed to use to check if wifi ...
7 years, 11 months ago (2013-01-09 02:35:38 UTC) #7
stevenjb (google-dont-use)
That's Step 1. I have a follow-up CL in progress. On Tue, Jan 8, 2013 ...
7 years, 11 months ago (2013-01-09 02:53:59 UTC) #8
stevenjb
7 years, 11 months ago (2013-01-24 01:20:43 UTC) #9
This CL was superceeded by https://chromiumcodereview.appspot.com/11881011,
closing this one.

Powered by Google App Engine
This is Rietveld 408576698