Chromium Code Reviews| Index: public/platform/Platform.h |
| diff --git a/public/platform/Platform.h b/public/platform/Platform.h |
| index 8538892d297ab9e4ddacf128d7d9c15bdd1f19e6..a0020d28ea3a5432a0b89646e93301f7809870e2 100644 |
| --- a/public/platform/Platform.h |
| +++ b/public/platform/Platform.h |
| @@ -74,6 +74,7 @@ class WebFallbackThemeEngine; |
| class WebFileSystem; |
| class WebFileUtilities; |
| class WebFlingAnimator; |
| +class WebGeofencingProvider; |
| class WebGestureCurveTarget; |
| class WebGestureCurve; |
| class WebGraphicsContext3DProvider; |
| @@ -630,6 +631,9 @@ public: |
| virtual WebNotificationPresenter* notificationPresenter() { return 0; } |
| + // Geofencing --------------------------------------------------------- |
|
abarth-chromium
2014/08/23 05:43:34
Two blank lines between sections pls
Marijn Kruisselbrink
2014/08/25 22:25:25
Done.
|
| + |
| + virtual WebGeofencingProvider* geofencingProvider() { return 0; } |
| protected: |
| virtual ~Platform() { } |