diff --git a/headers/os/net/NetworkCookie.h b/headers/os/net/NetworkCookie.h index 56512d5d16..0d2e047cf8 100644 --- a/headers/os/net/NetworkCookie.h +++ b/headers/os/net/NetworkCookie.h @@ -86,6 +86,9 @@ private: BString& value, int32 index); BString _DefaultPathForUrl(const BUrl& url); + bool _CanBeSetFromUrl(const BUrl& url) const; + bool _CanBeSetFromPath(const BString& path) const; + private: mutable BString fRawCookie; mutable bool fRawCookieValid;