diff options
author | callum_linden <none@none> | 2015-11-16 16:09:40 -0800 |
---|---|---|
committer | callum_linden <none@none> | 2015-11-16 16:09:40 -0800 |
commit | 311b376ab50bacf2bf113616af2a5bbedfcd5ee5 (patch) | |
tree | 515726f4fc5842ed0762a8b1a160466a7173504f /indra/newview/llviewermedia.h | |
parent | e63aeb29ab8e0c173f17a2c343c66ab4ef84c0ad (diff) |
Update SetCookie code for new LLCEFLib API and add support for shoing/hising developer console (Inspector)
Diffstat (limited to 'indra/newview/llviewermedia.h')
-rwxr-xr-x | indra/newview/llviewermedia.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llviewermedia.h b/indra/newview/llviewermedia.h index 4ee1b56a2a..01d4b0786f 100755 --- a/indra/newview/llviewermedia.h +++ b/indra/newview/llviewermedia.h @@ -163,7 +163,7 @@ public: static LLSD getHeaders(); private: - static bool parseRawCookie(const std::string raw_cookie, std::string& name, std::string& value, std::string& path); + static bool parseRawCookie(const std::string raw_cookie, std::string& name, std::string& value, std::string& path, bool& httponly, bool& secure); static void setOpenIDCookie(const std::string& url); static void onTeleportFinished(); |