summaryrefslogtreecommitdiff
path: root/indra/newview/llfloatertos.h
diff options
context:
space:
mode:
Diffstat (limited to 'indra/newview/llfloatertos.h')
-rw-r--r--indra/newview/llfloatertos.h7
1 files changed, 6 insertions, 1 deletions
diff --git a/indra/newview/llfloatertos.h b/indra/newview/llfloatertos.h
index 1d573e8170..6ea56408ee 100644
--- a/indra/newview/llfloatertos.h
+++ b/indra/newview/llfloatertos.h
@@ -66,9 +66,14 @@ public:
/*virtual*/ void handleMediaEvent(LLPluginClassMedia* self, EMediaEvent event);
private:
+
+ void loadIfNeeded();
+
std::string mMessage;
int mWebBrowserWindowId;
- int mLoadCompleteCount;
+ bool mLoadingScreenLoaded;
+ bool mSiteAlive;
+ bool mRealNavigateBegun;
std::string mReplyPumpName;
};