Index: components/content_settings/core/browser/cookie_settings.h |
diff --git a/components/content_settings/core/browser/cookie_settings.h b/components/content_settings/core/browser/cookie_settings.h |
index 26ffa8068bacc6f85d71e4f76853652c36457e16..cb828f03773b57c169fc27fc213351ed4cf83027 100644 |
--- a/components/content_settings/core/browser/cookie_settings.h |
+++ b/components/content_settings/core/browser/cookie_settings.h |
@@ -87,8 +87,6 @@ class CookieSettings : public RefcountedKeyedService { |
// This should only be called on the UI thread. |
void ResetCookieSetting(const GURL& primary_url); |
- bool IsStorageDurable(const GURL& origin) const; |
- |
// Detaches the |CookieSettings| from |PrefService|. This methods needs to be |
// called before destroying the service. Afterwards, only const methods can be |
// called. |