diff options
Diffstat (limited to 'chrome/browser/geolocation/libgps_wrapper_linux.h')
-rw-r--r-- | chrome/browser/geolocation/libgps_wrapper_linux.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/chrome/browser/geolocation/libgps_wrapper_linux.h b/chrome/browser/geolocation/libgps_wrapper_linux.h index f49b20d..a2d9a0b 100644 --- a/chrome/browser/geolocation/libgps_wrapper_linux.h +++ b/chrome/browser/geolocation/libgps_wrapper_linux.h @@ -28,7 +28,7 @@ class LibGps { // failure. static LibGps* New(); - bool Start(std::string* error_out); + bool Start(); void Stop(); bool Poll(); bool GetPosition(Geoposition* position); @@ -80,7 +80,7 @@ class LibGpsLibraryLoader { bool Init(InitMode requirement); // Analogs of gps_xxx methods in gps.h - bool open(const char* host, const char* port, std::string* error_out); + bool open(const char* host, const char* port); void close(); int poll(); int query(const char* fmt); |