diff options
author | callum <none@none> | 2010-12-14 12:25:10 -0800 |
---|---|---|
committer | callum <none@none> | 2010-12-14 12:25:10 -0800 |
commit | 5dcf11ab4bf5903ff75513f037242cba1e3c11ca (patch) | |
tree | 6105a4fd9a2c98e4978547feeefd5abf30b39d13 /indra/newview/llfloaterwebcontent.h | |
parent | 126295523fe2ac9f8df47e9b3080cd9e6d389cc0 (diff) |
SOCIAL-373 FIX Media browser does not show https secure icon in address bar when a site is loaded over https
Diffstat (limited to 'indra/newview/llfloaterwebcontent.h')
-rw-r--r-- | indra/newview/llfloaterwebcontent.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/indra/newview/llfloaterwebcontent.h b/indra/newview/llfloaterwebcontent.h index 09b4945b65..4bd10342fa 100644 --- a/indra/newview/llfloaterwebcontent.h +++ b/indra/newview/llfloaterwebcontent.h @@ -34,6 +34,7 @@ class LLMediaCtrl; class LLComboBox;
class LLTextBox;
class LLProgressBar;
+class LLIconCtrl;
class LLFloaterWebContent :
public LLFloater,
@@ -69,6 +70,7 @@ private: LLMediaCtrl* mWebBrowser;
LLComboBox* mAddressCombo;
+ LLIconCtrl *mSecureLockIcon;
LLTextBox* mStatusBarText;
LLProgressBar* mStatusBarProgress;
std::string mCurrentURL;
|