| Index: chrome/browser/geolocation/geolocation_settings_state.cc
|
| diff --git a/chrome/browser/geolocation/geolocation_settings_state.cc b/chrome/browser/geolocation/geolocation_settings_state.cc
|
| index fa9b17298cf93f4e8e6bccecd00f97008443bf63..5c7b784d954e4a2b22da39c9d5e09a25c299ff93 100644
|
| --- a/chrome/browser/geolocation/geolocation_settings_state.cc
|
| +++ b/chrome/browser/geolocation/geolocation_settings_state.cc
|
| @@ -44,6 +44,10 @@ void GeolocationSettingsState::DidNavigate(
|
| state_map_.clear();
|
| }
|
|
|
| +void GeolocationSettingsState::ClearStateMap() {
|
| + state_map_.clear();
|
| +}
|
| +
|
| void GeolocationSettingsState::GetDetailedInfo(
|
| FormattedHostsPerState* formatted_hosts_per_state,
|
| unsigned int* tab_state_flags) const {
|
|
|