diff options
Diffstat (limited to 'linden/indra/newview/llwebbrowserctrl.h')
-rw-r--r-- | linden/indra/newview/llwebbrowserctrl.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/linden/indra/newview/llwebbrowserctrl.h b/linden/indra/newview/llwebbrowserctrl.h index 95757f1..8a31421 100644 --- a/linden/indra/newview/llwebbrowserctrl.h +++ b/linden/indra/newview/llwebbrowserctrl.h | |||
@@ -209,6 +209,7 @@ class LLWebBrowserCtrl : | |||
209 | bool canNavigateForward(); | 209 | bool canNavigateForward(); |
210 | void setOpenInExternalBrowser( bool valIn ); | 210 | void setOpenInExternalBrowser( bool valIn ); |
211 | void setOpenInInternalBrowser( bool valIn ); | 211 | void setOpenInInternalBrowser( bool valIn ); |
212 | std::string getCurrentNavUrl(); | ||
212 | 213 | ||
213 | // By default, we do not handle "secondlife:///app/" SLURLs, because | 214 | // By default, we do not handle "secondlife:///app/" SLURLs, because |
214 | // those can cause teleports, open windows, etc. We cannot be sure | 215 | // those can cause teleports, open windows, etc. We cannot be sure |
@@ -284,6 +285,7 @@ class LLWebBrowserCtrl : | |||
284 | bool mOpenAppSLURLs; | 285 | bool mOpenAppSLURLs; |
285 | std::string mHomePageUrl; | 286 | std::string mHomePageUrl; |
286 | std::string mExternalUrl; | 287 | std::string mExternalUrl; |
288 | std::string mCurrentNavUrl; | ||
287 | bool mIgnoreUIScale; | 289 | bool mIgnoreUIScale; |
288 | bool mAlwaysRefresh; | 290 | bool mAlwaysRefresh; |
289 | LLMediaBase* mMediaSource; | 291 | LLMediaBase* mMediaSource; |