Index: chrome/test/base/testing_profile.cc |
diff --git a/chrome/test/base/testing_profile.cc b/chrome/test/base/testing_profile.cc |
index 617b8564036b3f59875ef2c246152e268815540a..1a7b131deee163051c23c36b3c3a4dc328747a66 100644 |
--- a/chrome/test/base/testing_profile.cc |
+++ b/chrome/test/base/testing_profile.cc |
@@ -23,7 +23,6 @@ |
#include "chrome/browser/extensions/extension_special_storage_policy.h" |
#include "chrome/browser/favicon/favicon_service.h" |
#include "chrome/browser/geolocation/chrome_geolocation_permission_context.h" |
-#include "chrome/browser/geolocation/geolocation_content_settings_map.h" |
#include "chrome/browser/history/history.h" |
#include "chrome/browser/history/history_backend.h" |
#include "chrome/browser/history/top_sites.h" |
@@ -632,15 +631,6 @@ HostContentSettingsMap* TestingProfile::GetHostContentSettingsMap() { |
return host_content_settings_map_.get(); |
} |
-GeolocationContentSettingsMap* |
-TestingProfile::GetGeolocationContentSettingsMap() { |
- if (!geolocation_content_settings_map_.get()) { |
- geolocation_content_settings_map_ = |
- new GeolocationContentSettingsMap(this); |
- } |
- return geolocation_content_settings_map_.get(); |
-} |
- |
GeolocationPermissionContext* |
TestingProfile::GetGeolocationPermissionContext() { |
if (!geolocation_permission_context_.get()) { |