summaryrefslogtreecommitdiff
path: root/indra/llplugin/llpluginclassmedia.h
diff options
context:
space:
mode:
authorcallum_linden <none@none>2015-11-16 16:09:40 -0800
committercallum_linden <none@none>2015-11-16 16:09:40 -0800
commit311b376ab50bacf2bf113616af2a5bbedfcd5ee5 (patch)
tree515726f4fc5842ed0762a8b1a160466a7173504f /indra/llplugin/llpluginclassmedia.h
parente63aeb29ab8e0c173f17a2c343c66ab4ef84c0ad (diff)
Update SetCookie code for new LLCEFLib API and add support for shoing/hising developer console (Inspector)
Diffstat (limited to 'indra/llplugin/llpluginclassmedia.h')
-rwxr-xr-xindra/llplugin/llpluginclassmedia.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/llplugin/llpluginclassmedia.h b/indra/llplugin/llpluginclassmedia.h
index fe02696084..62652da9bc 100755
--- a/indra/llplugin/llpluginclassmedia.h
+++ b/indra/llplugin/llpluginclassmedia.h
@@ -133,7 +133,7 @@ public:
// Text may be unicode (utf8 encoded)
bool textInput(const std::string &text, MASK modifiers, LLSD native_key_data);
- void setCookie(std::string uri, std::string name, std::string value, std::string domain, std::string path);
+ void setCookie(std::string uri, std::string name, std::string value, std::string domain, std::string path, bool httponly, bool secure);
void loadURI(const std::string &uri);