| Index: content/browser/geolocation/gps_location_provider_unittest_linux.cc
|
| diff --git a/content/browser/geolocation/gps_location_provider_unittest_linux.cc b/content/browser/geolocation/gps_location_provider_unittest_linux.cc
|
| index 7d896e1a23e7e2580148e17c0761fe2e2f1510c9..3441be15e60320ea52c1ef868fef92ad042b80e8 100644
|
| --- a/content/browser/geolocation/gps_location_provider_unittest_linux.cc
|
| +++ b/content/browser/geolocation/gps_location_provider_unittest_linux.cc
|
| @@ -82,10 +82,6 @@ int gps_close_stub(gps_data_t*) {
|
| int gps_poll_stub(gps_data_t*) {
|
| return 0;
|
| }
|
| -// v2.34 only
|
| -int gps_query_stub(gps_data_t*, const char*, ...) {
|
| - return 0;
|
| -}
|
| // v2.90+
|
| int gps_stream_stub(gps_data_t*, unsigned int, void*) {
|
| return 0;
|
| @@ -109,7 +105,6 @@ MockLibGps::MockLibGps()
|
| gps_open_stub,
|
| gps_close_stub,
|
| gps_poll_stub,
|
| - gps_query_stub,
|
| gps_stream_stub,
|
| gps_waiting_stub)),
|
| start_streaming_calls_(0),
|
|
|