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