diff options
author | Leyla Farazha <leyla@lindenlab.com> | 2011-07-14 12:14:07 -0700 |
---|---|---|
committer | Leyla Farazha <leyla@lindenlab.com> | 2011-07-14 12:14:07 -0700 |
commit | 6a3f8068837311b841acea36b904f399424c20df (patch) | |
tree | d56a2cbaa58e28ec9242d1e6b989a02c63c92915 /indra/newview/llmediactrl.h | |
parent | e17c7e6d24d5a25e4c0544ca2bc25fbc0c29d161 (diff) | |
parent | d668270c13fcad8ae6e0fdfdf063a16be6083243 (diff) |
merge
Diffstat (limited to 'indra/newview/llmediactrl.h')
-rw-r--r-- | indra/newview/llmediactrl.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/indra/newview/llmediactrl.h b/indra/newview/llmediactrl.h index 28666e620f..6833453616 100644 --- a/indra/newview/llmediactrl.h +++ b/indra/newview/llmediactrl.h @@ -149,6 +149,8 @@ public: void showNotification(boost::shared_ptr<class LLNotification> notify); void hideNotification(); + void setTrustedContent(bool trusted); + // over-rides virtual BOOL handleKeyHere( KEY key, MASK mask); virtual void handleVisibilityChange ( BOOL new_visibility ); @@ -176,7 +178,7 @@ public: LLViewBorder* mBorder; bool mFrequentUpdates; bool mForceUpdate; - const bool mTrusted; + bool mTrusted; std::string mHomePageUrl; std::string mHomePageMimeType; std::string mCurrentNavUrl; |