diff options
author | Merov Linden <merov@lindenlab.com> | 2013-07-19 17:47:58 -0700 |
---|---|---|
committer | Merov Linden <merov@lindenlab.com> | 2013-07-19 17:47:58 -0700 |
commit | 652ec2feeeb39c5c7ec9553563e3fdc29c66780d (patch) | |
tree | 55662e8096184199e08e768522ecfed599971068 /indra/newview/llfloaterwebcontent.h | |
parent | 16709a9bef3ebf24c60eac29f7c5cb743e855da1 (diff) |
ACME-734 : Suppress the green https experiment, prevent logging urls when skipping history, allow temporary url for display purposes
Diffstat (limited to 'indra/newview/llfloaterwebcontent.h')
-rwxr-xr-x | indra/newview/llfloaterwebcontent.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llfloaterwebcontent.h b/indra/newview/llfloaterwebcontent.h index b416328e93..4d77537f5f 100755 --- a/indra/newview/llfloaterwebcontent.h +++ b/indra/newview/llfloaterwebcontent.h @@ -99,7 +99,6 @@ protected: LLMediaCtrl* mWebBrowser; LLComboBox* mAddressCombo; LLIconCtrl* mSecureLockIcon; - LLTextBox* mSecurePrefix; LLTextBox* mStatusBarText; LLProgressBar* mStatusBarProgress; @@ -109,6 +108,7 @@ protected: LLView* mBtnStop; std::string mCurrentURL; + std::string mDisplayURL; std::string mUUID; bool mShowPageTitle; bool mAllowNavigation; |