Forgot to commit changes to the header.

This commit is contained in:
Adrien Destugues 2014-06-06 19:11:03 +02:00
parent cb7d1c5ecd
commit 7f1f341e5f
1 changed files with 3 additions and 0 deletions

View File

@ -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;