Chromium Code Reviews| Index: public/web/WebGeolocationClient.h |
| diff --git a/public/web/WebGeolocationClient.h b/public/web/WebGeolocationClient.h |
| index 8e68424cfb84589da8d3a584c3dd5ae493111d48..7b3221b050c5e2f9f70f6f1ce1f84019a27a3e36 100644 |
| --- a/public/web/WebGeolocationClient.h |
| +++ b/public/web/WebGeolocationClient.h |
| @@ -34,12 +34,12 @@ class WebGeolocationPosition; |
| class WebGeolocationClient { |
| public: |
| - virtual ~WebGeolocationClient() {} |
| + virtual ~WebGeolocationClient() { } |
| virtual void startUpdating() = 0; |
| virtual void stopUpdating() = 0; |
| virtual void setEnableHighAccuracy(bool) = 0; |
| - virtual void geolocationDestroyed() = 0; |
| + virtual void geolocationDestroyed() { } |
|
sof
2014/08/22 08:42:26
To prepare for any Chromium-side removal of geoloc
|
| virtual bool lastPosition(WebGeolocationPosition&) = 0; |
| virtual void requestPermission(const WebGeolocationPermissionRequest&) = 0; |