| Index: chrome/browser/geolocation/geolocation_settings_state.h
|
| diff --git a/chrome/browser/geolocation/geolocation_settings_state.h b/chrome/browser/geolocation/geolocation_settings_state.h
|
| index 86a5c269351e4b0f003870257f27530391dbcf1d..97e54682a4c2fe05f6e44239774fdbac0d1d1342 100644
|
| --- a/chrome/browser/geolocation/geolocation_settings_state.h
|
| +++ b/chrome/browser/geolocation/geolocation_settings_state.h
|
| @@ -33,6 +33,8 @@ class GeolocationSettingsState {
|
| // may need to clear our settings.
|
| void DidNavigate(const NavigationController::LoadCommittedDetails& details);
|
|
|
| + void ClearStateMap();
|
| +
|
| enum TabState {
|
| TABSTATE_NONE = 0,
|
| // There's at least one entry with non-default setting.
|
|
|