diff options
author | Richard Linden <none@none> | 2011-07-13 17:59:53 -0700 |
---|---|---|
committer | Richard Linden <none@none> | 2011-07-13 17:59:53 -0700 |
commit | 38ba526cc57799211c4d926a6b4009cef32d21cd (patch) | |
tree | c3682b2b1fea7f89041f467e8f35dc4523a76052 /indra/newview/llfloaterwebcontent.h | |
parent | 42c6949e304b1a0ba19251ba889132796adb1295 (diff) |
EXP-1009 WIP Teleport links from Search floater and destination guide in viewer fail with intrusted browser error in viewer
Diffstat (limited to 'indra/newview/llfloaterwebcontent.h')
-rw-r--r-- | indra/newview/llfloaterwebcontent.h | 6 |
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(); |