Index: chrome/test/base/testing_profile.cc |
diff --git a/chrome/test/base/testing_profile.cc b/chrome/test/base/testing_profile.cc |
index da08ed6e63bcec938b8845d0bfa864bc700c4611..a7ceb19aacd404c10e9ab6dfa10e9329336ec45f 100644 |
--- a/chrome/test/base/testing_profile.cc |
+++ b/chrome/test/base/testing_profile.cc |
@@ -22,7 +22,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" |
@@ -628,15 +627,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()) { |