| Index: chrome/browser/profiles/profile.h
|
| diff --git a/chrome/browser/profiles/profile.h b/chrome/browser/profiles/profile.h
|
| index 39bff938d587d17a245fdf62c303a93dc50313a9..8bc0b3248f8969faaa30f19e0e0993df281cd902 100644
|
| --- a/chrome/browser/profiles/profile.h
|
| +++ b/chrome/browser/profiles/profile.h
|
| @@ -197,7 +197,6 @@ class Profile : public content::BrowserContext {
|
| virtual net::URLRequestContextGetter* GetRequestContextForMedia() = 0;
|
| virtual const content::ResourceContext& GetResourceContext() = 0;
|
| virtual HostZoomMap* GetHostZoomMap() = 0;
|
| - virtual GeolocationContentSettingsMap* GetGeolocationContentSettingsMap() = 0;
|
| virtual GeolocationPermissionContext* GetGeolocationPermissionContext() = 0;
|
| virtual WebKitContext* GetWebKitContext() = 0;
|
| virtual ChromeBlobStorageContext* GetBlobStorageContext() = 0;
|
|
|