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