| Index: third_party/WebKit/public/platform/Platform.h
|
| diff --git a/third_party/WebKit/public/platform/Platform.h b/third_party/WebKit/public/platform/Platform.h
|
| index 64d8beb8ec205f196d5ccc5e01a3102234ffad8b..608eea3177362de1c70795863a0db91dd6e81bcd 100644
|
| --- a/third_party/WebKit/public/platform/Platform.h
|
| +++ b/third_party/WebKit/public/platform/Platform.h
|
| @@ -78,7 +78,6 @@ class WebFallbackThemeEngine;
|
| class WebFileSystem;
|
| class WebFileUtilities;
|
| class WebFlingAnimator;
|
| -class WebGeofencingProvider;
|
| class WebGestureCurve;
|
| class WebGraphicsContext3DProvider;
|
| class WebIDBFactory;
|
| @@ -609,11 +608,6 @@ public:
|
| virtual WebNotificationManager* notificationManager() { return nullptr; }
|
|
|
|
|
| - // Geofencing ---------------------------------------------------------
|
| -
|
| - virtual WebGeofencingProvider* geofencingProvider() { return nullptr; }
|
| -
|
| -
|
| // Push API------------------------------------------------------------
|
|
|
| virtual WebPushProvider* pushProvider() { return nullptr; }
|
|
|