diff options
Diffstat (limited to 'linden/indra/newview/llurldispatcher.h')
-rw-r--r-- | linden/indra/newview/llurldispatcher.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/linden/indra/newview/llurldispatcher.h b/linden/indra/newview/llurldispatcher.h index a4f6866..c947e5e 100644 --- a/linden/indra/newview/llurldispatcher.h +++ b/linden/indra/newview/llurldispatcher.h | |||
@@ -32,7 +32,7 @@ | |||
32 | #ifndef LLURLDISPATCHER_H | 32 | #ifndef LLURLDISPATCHER_H |
33 | #define LLURLDISPATCHER_H | 33 | #define LLURLDISPATCHER_H |
34 | 34 | ||
35 | class LLWebBrowserCtrl; | 35 | class LLMediaCtrl; |
36 | 36 | ||
37 | 37 | ||
38 | class LLURLDispatcher | 38 | class LLURLDispatcher |
@@ -45,7 +45,7 @@ public: | |||
45 | // Is this a special secondlife://app/ URL? | 45 | // Is this a special secondlife://app/ URL? |
46 | 46 | ||
47 | static bool dispatch(const std::string& url, | 47 | static bool dispatch(const std::string& url, |
48 | LLWebBrowserCtrl* web, | 48 | LLMediaCtrl* web, |
49 | bool trusted_browser); | 49 | bool trusted_browser); |
50 | // At startup time and on clicks in internal web browsers, | 50 | // At startup time and on clicks in internal web browsers, |
51 | // teleport, open map, or run requested command. | 51 | // teleport, open map, or run requested command. |
@@ -54,7 +54,7 @@ public: | |||
54 | // secondlife:///app/agent/3d6181b0-6a4b-97ef-18d8-722652995cf1/show | 54 | // secondlife:///app/agent/3d6181b0-6a4b-97ef-18d8-722652995cf1/show |
55 | // sl://app/foo/bar | 55 | // sl://app/foo/bar |
56 | // @param web | 56 | // @param web |
57 | // Pointer to LLWebBrowserCtrl sending URL, can be NULL | 57 | // Pointer to LLMediaCtrl sending URL, can be NULL |
58 | // @param trusted_browser | 58 | // @param trusted_browser |
59 | // True if coming inside the app AND from a brower instance | 59 | // True if coming inside the app AND from a brower instance |
60 | // that navigates to trusted (Linden Lab) pages. | 60 | // that navigates to trusted (Linden Lab) pages. |