| Index: content/public/browser/storage_partition.h
|
| diff --git a/content/public/browser/storage_partition.h b/content/public/browser/storage_partition.h
|
| index 30c1e81c179fb005ded4e7c92b7acb0b5dc56aba..937e3ab7e05ab6fb507bb797106f6f1b1b51cb25 100644
|
| --- a/content/public/browser/storage_partition.h
|
| +++ b/content/public/browser/storage_partition.h
|
| @@ -44,7 +44,6 @@ class AppCacheService;
|
| class BrowserContext;
|
| class CacheStorageContext;
|
| class DOMStorageContext;
|
| -class GeofencingManager;
|
| class HostZoomLevelContext;
|
| class HostZoomMap;
|
| class IndexedDBContext;
|
| @@ -71,7 +70,6 @@ class CONTENT_EXPORT StoragePartition {
|
| virtual IndexedDBContext* GetIndexedDBContext() = 0;
|
| virtual ServiceWorkerContext* GetServiceWorkerContext() = 0;
|
| virtual CacheStorageContext* GetCacheStorageContext() = 0;
|
| - virtual GeofencingManager* GetGeofencingManager() = 0;
|
| virtual HostZoomMap* GetHostZoomMap() = 0;
|
| virtual HostZoomLevelContext* GetHostZoomLevelContext() = 0;
|
| virtual ZoomLevelDelegate* GetZoomLevelDelegate() = 0;
|
|
|