Bug 1426977 P5 Remove unnused cookie pref getters from nsContentUtils. r=mystor

This commit is contained in:
Ben Kelly 2018-01-08 20:25:53 -05:00
Родитель 6b60ca24ef
Коммит 572321a804
1 изменённых файлов: 0 добавлений и 10 удалений

Просмотреть файл

@ -2913,16 +2913,6 @@ public:
static bool IsNonSubresourceRequest(nsIChannel* aChannel);
static uint32_t CookiesBehavior()
{
return sCookiesBehavior;
}
static uint32_t CookiesLifetimePolicy()
{
return sCookiesLifetimePolicy;
}
// The order of these entries matters, as we use std::min for total ordering
// of permissions. Private Browsing is considered to be more limiting
// then session scoping