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

Issue 11881011: Move wifi_data_provider_chromeos -> content (Closed)

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

Description

Move wifi_data_provider_chromeos -> content This also implements wifi based geolocation correctly on ChromeOS. This CL is dependent upon https://codereview.chromium.org/11887008/ It enfolds the changes from https://codereview.chromium.org/11710002/ Testing: Visit http://html5demos.com/geo and grant permissions. The location should be based on wifi data, not just IP data. BUG=98716, 156428, 167987 Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=177320

Patch Set 1 #

Patch Set 2 : . #

Total comments: 3

Patch Set 3 : Rebase #

Unified diffs Side-by-side diffs Delta from patch set Stats (+175 lines, -456 lines) Patch
M chrome/browser/DEPS View 1 2 1 chunk +0 lines, -5 lines 0 comments Download
D chrome/browser/geolocation/wifi_data_provider_chromeos.h View 1 chunk +0 lines, -73 lines 0 comments Download
D chrome/browser/geolocation/wifi_data_provider_chromeos.cc View 1 chunk +0 lines, -238 lines 0 comments Download
M chrome/chrome_browser.gypi View 1 2 1 chunk +0 lines, -2 lines 0 comments Download
M chromeos/network/geolocation_handler.h View 1 2 2 chunks +2 lines, -2 lines 0 comments Download
M content/browser/DEPS View 1 chunk +2 lines, -1 line 0 comments Download
M content/browser/geolocation/device_data_provider.h View 1 chunk +1 line, -3 lines 0 comments Download
A + content/browser/geolocation/wifi_data_provider_chromeos.h View 3 chunks +17 lines, -22 lines 0 comments Download
A + content/browser/geolocation/wifi_data_provider_chromeos.cc View 1 2 5 chunks +48 lines, -110 lines 0 comments Download
A content/browser/geolocation/wifi_data_provider_chromeos_unittest.cc View 1 chunk +99 lines, -0 lines 0 comments Download
M content/content_browser.gypi View 1 2 2 chunks +3 lines, -0 lines 0 comments Download
M content/content_tests.gypi View 1 2 3 chunks +3 lines, -0 lines 0 comments Download

Messages

Total messages: 7 (0 generated)
stevenjb
Tested this on a ChromeOS device, so it both migrates the code to src/content, and ...
7 years, 11 months ago (2013-01-12 02:06:36 UTC) #1
John Knottenbelt
LGTM, with an inline comment / question. https://codereview.chromium.org/11881011/diff/2001/content/browser/geolocation/device_data_provider.h File content/browser/geolocation/device_data_provider.h (left): https://codereview.chromium.org/11881011/diff/2001/content/browser/geolocation/device_data_provider.h#oldcode129 content/browser/geolocation/device_data_provider.h:129: DCHECK(CalledOnClientThread()); According ...
7 years, 11 months ago (2013-01-14 14:12:30 UTC) #2
stevenjb
https://codereview.chromium.org/11881011/diff/2001/content/browser/geolocation/device_data_provider.h File content/browser/geolocation/device_data_provider.h (left): https://codereview.chromium.org/11881011/diff/2001/content/browser/geolocation/device_data_provider.h#oldcode129 content/browser/geolocation/device_data_provider.h:129: DCHECK(CalledOnClientThread()); On 2013/01/14 14:12:31, John Knottenbelt wrote: > According ...
7 years, 11 months ago (2013-01-14 18:02:38 UTC) #3
jam
lgtm https://codereview.chromium.org/11881011/diff/2001/content/browser/geolocation/device_data_provider.h File content/browser/geolocation/device_data_provider.h (left): https://codereview.chromium.org/11881011/diff/2001/content/browser/geolocation/device_data_provider.h#oldcode129 content/browser/geolocation/device_data_provider.h:129: DCHECK(CalledOnClientThread()); On 2013/01/14 18:02:38, stevenjb (chromium) wrote: > ...
7 years, 11 months ago (2013-01-14 18:57:21 UTC) #4
Greg Spencer (Chromium)
LGTM
7 years, 11 months ago (2013-01-15 21:42:54 UTC) #5
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/stevenjb@chromium.org/11881011/7001
7 years, 11 months ago (2013-01-17 00:31:32 UTC) #6
commit-bot: I haz the power
7 years, 11 months ago (2013-01-17 02:38:42 UTC) #7
Message was sent while issue was closed.
Change committed as 177320

Powered by Google App Engine
This is Rietveld 408576698