Index: chrome/browser/profiles/profile_impl.h |
diff --git a/chrome/browser/profiles/profile_impl.h b/chrome/browser/profiles/profile_impl.h |
index fc9165bddd1a0ca4a4463c03a8440a204a449a8b..d25fae4dde552707ec686f07d993247f09b91a98 100644 |
--- a/chrome/browser/profiles/profile_impl.h |
+++ b/chrome/browser/profiles/profile_impl.h |
@@ -227,8 +227,6 @@ class ProfileImpl : public Profile, |
scoped_ptr<NetPrefObserver> net_pref_observer_; |
scoped_ptr<SSLConfigServiceManager> ssl_config_service_manager_; |
scoped_refptr<HostContentSettingsMap> host_content_settings_map_; |
- scoped_refptr<content::GeolocationPermissionContext> |
- geolocation_permission_context_; |
scoped_refptr<history::ShortcutsBackend> shortcuts_backend_; |
// Exit type the last time the profile was opened. This is set only once from |