diff options
Diffstat (limited to 'linden/indra/newview/llwebbrowserctrl.h')
-rw-r--r-- | linden/indra/newview/llwebbrowserctrl.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/linden/indra/newview/llwebbrowserctrl.h b/linden/indra/newview/llwebbrowserctrl.h index ec3ddfd..8b19a23 100644 --- a/linden/indra/newview/llwebbrowserctrl.h +++ b/linden/indra/newview/llwebbrowserctrl.h | |||
@@ -197,6 +197,10 @@ class LLWebBrowserCtrl : | |||
197 | void setHomePageUrl( const std::string urlIn ); | 197 | void setHomePageUrl( const std::string urlIn ); |
198 | std::string getHomePageUrl(); | 198 | std::string getHomePageUrl(); |
199 | 199 | ||
200 | // set/clear URL to visit when a 404 page is reached | ||
201 | bool set404RedirectUrl( std::string redirect_url ); | ||
202 | bool clr404RedirectUrl(); | ||
203 | |||
200 | // accessor/mutator for flag that indicates if frequent updates to texture happen | 204 | // accessor/mutator for flag that indicates if frequent updates to texture happen |
201 | bool getFrequentUpdates() { return mFrequentUpdates; }; | 205 | bool getFrequentUpdates() { return mFrequentUpdates; }; |
202 | void setFrequentUpdates( bool frequentUpdatesIn ) { mFrequentUpdates = frequentUpdatesIn; }; | 206 | void setFrequentUpdates( bool frequentUpdatesIn ) { mFrequentUpdates = frequentUpdatesIn; }; |