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

Unified Diff: content/browser/geolocation/gps_location_provider_unittest_linux.cc

Issue 8171006: Fix gps.h license issue, by deleting it (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebased Created 9 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | content/browser/geolocation/libgps_2_38_wrapper_linux.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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),
« no previous file with comments | « no previous file | content/browser/geolocation/libgps_2_38_wrapper_linux.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698