| Index: chrome/browser/profiles/profile.cc
|
| diff --git a/chrome/browser/profiles/profile.cc b/chrome/browser/profiles/profile.cc
|
| index 8144b32e3bade9fb0a41e19499c6c7eb554a6d94..600a8455afbe7b720998565ab3895cd1f810af9c 100644
|
| --- a/chrome/browser/profiles/profile.cc
|
| +++ b/chrome/browser/profiles/profile.cc
|
| @@ -543,10 +543,6 @@ class OffTheRecordProfileImpl : public Profile,
|
| return host_zoom_map_.get();
|
| }
|
|
|
| - virtual GeolocationContentSettingsMap* GetGeolocationContentSettingsMap() {
|
| - return profile_->GetGeolocationContentSettingsMap();
|
| - }
|
| -
|
| virtual GeolocationPermissionContext* GetGeolocationPermissionContext() {
|
| return profile_->GetGeolocationPermissionContext();
|
| }
|
|
|