diff options
author | Richard Linden <none@none> | 2011-07-13 17:59:53 -0700 |
---|---|---|
committer | Richard Linden <none@none> | 2011-07-13 17:59:53 -0700 |
commit | 38ba526cc57799211c4d926a6b4009cef32d21cd (patch) | |
tree | c3682b2b1fea7f89041f467e8f35dc4523a76052 /indra/newview/llmediactrl.h | |
parent | 42c6949e304b1a0ba19251ba889132796adb1295 (diff) |
EXP-1009 WIP Teleport links from Search floater and destination guide in viewer fail with intrusted browser error in viewer
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; |