diff options
author | Merov Linden <merov@lindenlab.com> | 2013-07-23 15:31:36 -0700 |
---|---|---|
committer | Merov Linden <merov@lindenlab.com> | 2013-07-23 15:31:36 -0700 |
commit | 6df15cb0908dab240e85b5db1433726ee09ad9bf (patch) | |
tree | 1f53f4daaaf9077192a354a8c271ded8b852b8a6 /indra/newview/llfloaterwebcontent.h | |
parent | 9c97f4f5ef46369714b8e7beb2cb990f06b0f096 (diff) |
ACME-734 : Fix issues with the lock icon when editing the address bar. Generalize the secure browsing UI.
Diffstat (limited to 'indra/newview/llfloaterwebcontent.h')
-rwxr-xr-x | indra/newview/llfloaterwebcontent.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/indra/newview/llfloaterwebcontent.h b/indra/newview/llfloaterwebcontent.h index 5976474e0e..f7e0db8d9e 100755 --- a/indra/newview/llfloaterwebcontent.h +++ b/indra/newview/llfloaterwebcontent.h @@ -111,6 +111,7 @@ protected: std::string mUUID; bool mShowPageTitle; bool mAllowNavigation; + bool mSecureURL; // true when the current url is prefixed "https://" }; #endif // LL_LLFLOATERWEBCONTENT_H |