| Index: chrome/browser/content_settings/cookie_settings.h
|
| diff --git a/chrome/browser/content_settings/cookie_settings.h b/chrome/browser/content_settings/cookie_settings.h
|
| index 59996efd5cf12089242e012827360027cb5dafa9..3e3feb336e83d984987c1822c1bbf94187d96ce1 100644
|
| --- a/chrome/browser/content_settings/cookie_settings.h
|
| +++ b/chrome/browser/content_settings/cookie_settings.h
|
| @@ -37,8 +37,6 @@ class CookieSettings
|
| HostContentSettingsMap* host_content_settings_map,
|
| PrefService* prefs);
|
|
|
| - virtual ~CookieSettings();
|
| -
|
| // Returns the default content setting (CONTENT_SETTING_ALLOW,
|
| // CONTENT_SETTING_BLOCK, or CONTENT_SETTING_SESSION_ONLY) for cookies. If
|
| // |provider_id| is not NULL, the id of the provider which provided the
|
| @@ -136,6 +134,8 @@ class CookieSettings
|
| };
|
|
|
| private:
|
| + virtual ~CookieSettings();
|
| +
|
| // Returns true if the "block third party cookies" preference is set.
|
| //
|
| // This method may be called on any thread.
|
|
|