Chromium Code Reviews| Index: device/geolocation/fake_location_provider.h |
| diff --git a/device/geolocation/fake_location_provider.h b/device/geolocation/fake_location_provider.h |
| index 473844e830c946e4236c42c958f263f7c5c6da60..eaae9b6dc22010ce5791a7745191c07721becf7e 100644 |
| --- a/device/geolocation/fake_location_provider.h |
| +++ b/device/geolocation/fake_location_provider.h |
| @@ -23,11 +23,11 @@ class FakeLocationProvider : public LocationProviderBase { |
| FakeLocationProvider(); |
| ~FakeLocationProvider() override; |
| + bool IsProviderStarted() const; |
|
Wez
2016/08/19 23:12:10
nit: Why is this moved in this CL?
CJ
2016/08/22 20:28:08
Not sure. It's not used anymore I think though, so
|
| + |
| // Updates listeners with the new position. |
| void HandlePositionChanged(const Geoposition& position); |
| - bool IsProviderStarted() const; |
| - |
| // LocationProvider implementation. |
| bool StartProvider(bool high_accuracy) override; |
| void StopProvider() override; |