summaryrefslogtreecommitdiff
path: root/indra/newview/llfloaterwebcontent.h
diff options
context:
space:
mode:
Diffstat (limited to 'indra/newview/llfloaterwebcontent.h')
-rw-r--r--indra/newview/llfloaterwebcontent.h6
1 files changed, 4 insertions, 2 deletions
diff --git a/indra/newview/llfloaterwebcontent.h b/indra/newview/llfloaterwebcontent.h
index 2cb6bd0831..3a99d49b5a 100644
--- a/indra/newview/llfloaterwebcontent.h
+++ b/indra/newview/llfloaterwebcontent.h
@@ -49,7 +49,9 @@ public:
Optional<std::string> url,
target;
Optional<LLUUID> id;
- Optional<bool> show_chrome;
+ Optional<bool> show_chrome,
+ allow_address_entry,
+ trusted_content;
Optional<LLRect> preferred_media_size;
_Params();
@@ -57,7 +59,7 @@ public:
typedef LLSDParamAdapter<_Params> Params;
- LLFloaterWebContent(const LLSD& key);
+ LLFloaterWebContent(const Params& key);
void initializeURLHistory();