Index: chrome/browser/profiles/profile.cc |
diff --git a/chrome/browser/profiles/profile.cc b/chrome/browser/profiles/profile.cc |
index 2867fcfa2bfd5a7d724c2ea0080cd987a98e6eee..e795106a280f5fe421ed87885d4a2a807e869618 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(); |
} |