diff options
Diffstat (limited to 'linden/indra/llmedia/llmediaimplllmozlib.h')
-rw-r--r-- | linden/indra/llmedia/llmediaimplllmozlib.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/linden/indra/llmedia/llmediaimplllmozlib.h b/linden/indra/llmedia/llmediaimplllmozlib.h index fc5d4e5..4f6b0b7 100644 --- a/linden/indra/llmedia/llmediaimplllmozlib.h +++ b/linden/indra/llmedia/llmediaimplllmozlib.h | |||
@@ -51,6 +51,12 @@ class LLMediaImplLLMozLib : | |||
51 | static bool startup( LLMediaManagerData* init_data ); | 51 | static bool startup( LLMediaManagerData* init_data ); |
52 | static bool closedown(); | 52 | static bool closedown(); |
53 | 53 | ||
54 | // Update the user-agent string reported when the browser requests | ||
55 | // web page, because we need to include the Second Life version | ||
56 | // and skin name (which can change without restarts). | ||
57 | // Must be called after startup(). | ||
58 | static bool setBrowserUserAgent(std::string user_agent); | ||
59 | |||
54 | /* virtual */ bool init(); | 60 | /* virtual */ bool init(); |
55 | /* virtual */ std::string getVersion(); | 61 | /* virtual */ std::string getVersion(); |
56 | /* virtual */ bool set404RedirectUrl( std::string redirect_url ); | 62 | /* virtual */ bool set404RedirectUrl( std::string redirect_url ); |