|
|
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
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
|
Total messages: 9 (0 generated)
|