aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/indra/newview/llwebbrowserctrl.h
diff options
context:
space:
mode:
Diffstat (limited to 'linden/indra/newview/llwebbrowserctrl.h')
-rw-r--r--linden/indra/newview/llwebbrowserctrl.h8
1 files changed, 6 insertions, 2 deletions
diff --git a/linden/indra/newview/llwebbrowserctrl.h b/linden/indra/newview/llwebbrowserctrl.h
index 892345a..ec3ddfd 100644
--- a/linden/indra/newview/llwebbrowserctrl.h
+++ b/linden/indra/newview/llwebbrowserctrl.h
@@ -191,7 +191,9 @@ class LLWebBrowserCtrl :
191 bool canNavigateBack(); 191 bool canNavigateBack();
192 bool canNavigateForward(); 192 bool canNavigateForward();
193 void setOpenInExternalBrowser( bool valIn ); 193 void setOpenInExternalBrowser( bool valIn );
194 void setOpenSecondLifeLinksInMap( bool valIn ); 194 void setOpenInInternalBrowser( bool valIn );
195 void setOpenSLURLsInMap( bool valIn );
196 void setOpenSLURLsViaTeleport( bool valIn );
195 void setHomePageUrl( const std::string urlIn ); 197 void setHomePageUrl( const std::string urlIn );
196 std::string getHomePageUrl(); 198 std::string getHomePageUrl();
197 199
@@ -240,7 +242,9 @@ class LLWebBrowserCtrl :
240 LLViewBorder* mBorder; 242 LLViewBorder* mBorder;
241 bool mFrequentUpdates; 243 bool mFrequentUpdates;
242 bool mOpenLinksInExternalBrowser; 244 bool mOpenLinksInExternalBrowser;
243 bool mOpenSecondLifeLinksInMap; 245 bool mOpenLinksInInternalBrowser;
246 bool mOpenSLURLsInMap;
247 bool mOpenSLURLsViaTeleport;
244 std::string mHomePageUrl; 248 std::string mHomePageUrl;
245 bool mIgnoreUIScale; 249 bool mIgnoreUIScale;
246 bool mAlwaysRefresh; 250 bool mAlwaysRefresh;