From 7f1f341e5f70ea5771450c94d91b1f1279f07f51 Mon Sep 17 00:00:00 2001 From: Adrien Destugues Date: Fri, 6 Jun 2014 19:11:03 +0200 Subject: [PATCH] Forgot to commit changes to the header. --- headers/os/net/NetworkCookie.h | 3 +++ 1 file changed, 3 insertions(+) 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;