| Index: chrome/browser/tab_contents/tab_specific_content_settings.h
|
| diff --git a/chrome/browser/tab_contents/tab_specific_content_settings.h b/chrome/browser/tab_contents/tab_specific_content_settings.h
|
| index ce104b4bdcf815a7ccb016cec543e30722ddc65f..350033e58d92378c971258b72d64767f92232e8e 100644
|
| --- a/chrome/browser/tab_contents/tab_specific_content_settings.h
|
| +++ b/chrome/browser/tab_contents/tab_specific_content_settings.h
|
| @@ -49,6 +49,9 @@ class TabSpecificContentSettings
|
| // Resets all cookies related information.
|
| void ClearCookieSpecificContentSettings();
|
|
|
| + // Clears the Geolocation settings.
|
| + void ClearGeolocationContentSettings();
|
| +
|
| // Changes the |content_blocked_| entry for popups.
|
| void SetPopupsBlocked(bool blocked);
|
|
|
|
|