Chromium Code Reviews| Index: content/browser/geolocation/libgps_wrapper_linux.cc |
| diff --git a/content/browser/geolocation/libgps_wrapper_linux.cc b/content/browser/geolocation/libgps_wrapper_linux.cc |
| index f140335caac4dfe9d46751befcf272ba0f46752a..aabffe92a64e98fc570ccff50ee6b80a4d7063bb 100644 |
| --- a/content/browser/geolocation/libgps_wrapper_linux.cc |
| +++ b/content/browser/geolocation/libgps_wrapper_linux.cc |
| @@ -86,9 +86,6 @@ bool LibGps::Start() { |
| DLOG(WARNING) << "LibGps is only supported on ChromeOS"; |
| return false; |
| #endif |
| - |
| - is_open_ = true; |
| - return true; |
|
joth
2012/06/08 20:39:00
this is still needed for the OS_CHROMEOS case (it
kmadhusu
2012/06/08 20:47:32
oops.. missed that path.. Fixed now.
|
| } |
| void LibGps::Stop() { |
| if (is_open_) |