diff options
author | Merov Linden <merov@lindenlab.com> | 2013-12-04 21:14:40 -0800 |
---|---|---|
committer | Merov Linden <merov@lindenlab.com> | 2013-12-04 21:14:40 -0800 |
commit | f5b356a7d4b51fbf509926295cb38d3a1e8442e3 (patch) | |
tree | 256fdfa4887f3fcf07a5d823845a87761c52f539 /indra/newview/llfloaterwebcontent.cpp | |
parent | a36c4f45b4bf03c707089398bccf62a12ac44f0b (diff) |
ACME-1043 : Fixed! Added an argument to force a clean full feature browser window in some situations
Diffstat (limited to 'indra/newview/llfloaterwebcontent.cpp')
-rwxr-xr-x | indra/newview/llfloaterwebcontent.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/indra/newview/llfloaterwebcontent.cpp b/indra/newview/llfloaterwebcontent.cpp index 2e08b3792f..4eb5236c6a 100755 --- a/indra/newview/llfloaterwebcontent.cpp +++ b/indra/newview/llfloaterwebcontent.cpp @@ -241,7 +241,6 @@ void LLFloaterWebContent::preCreate(LLFloaterWebContent::Params& p) void LLFloaterWebContent::open_media(const Params& p) { - llinfos << "Merov : LLFloaterWebContent::open_media, allow_address_entry = " << p.allow_address_entry << ", clean_browser = " << p.clean_browser << llendl; // Specifying a mime type of text/html here causes the plugin system to skip the MIME type probe and just open a browser plugin. LLViewerMedia::proxyWindowOpened(p.target(), p.id()); mWebBrowser->setHomePageUrl(p.url, "text/html"); |