diff options
author | Callum Linden <callum@lindenlab.com> | 2016-07-22 16:27:53 -0700 |
---|---|---|
committer | Callum Linden <callum@lindenlab.com> | 2016-07-22 16:27:53 -0700 |
commit | 6f09cf76cd79108fcdc213f1f945540f08442c5d (patch) | |
tree | b9f0eb378c8fa4f21bf154f6e0211a9aba85c127 /indra/newview/llfloaterwebcontent.h | |
parent | 989379b09b90347bb97fb4a24688002cf11c0aa7 (diff) |
Polish web content floater - rename to reflect it now does all media. remove developer options when Develop menu closed. start at google home page by default.
Diffstat (limited to 'indra/newview/llfloaterwebcontent.h')
-rw-r--r-- | indra/newview/llfloaterwebcontent.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/indra/newview/llfloaterwebcontent.h b/indra/newview/llfloaterwebcontent.h index 519b575b38..1157d0aab8 100644 --- a/indra/newview/llfloaterwebcontent.h +++ b/indra/newview/llfloaterwebcontent.h @@ -92,7 +92,7 @@ protected: void onClickStop(); void onEnterAddress(); void onPopExternal(); - void onTestVideo(std::string url); + void onTestURL(std::string url); static void preCreate(Params& p); void open_media(const Params& ); @@ -114,6 +114,7 @@ protected: std::string mUUID; bool mShowPageTitle; bool mAllowNavigation; + bool mDevelopMode; }; #endif // LL_LLFLOATERWEBCONTENT_H |