diff options
author | Natty Linden <natty@lindenlab.com> | 2016-09-14 15:53:58 -0700 |
---|---|---|
committer | Natty Linden <natty@lindenlab.com> | 2016-09-14 15:53:58 -0700 |
commit | 98cb9251853a594a51bdc8c70a00c6ecc50bb412 (patch) | |
tree | dc93a8af006ff5f41722aa2e86ab128dd33984c9 /indra/newview/tests | |
parent | f0c469b649feb2f94b07377faeb87e27fa3041a4 (diff) |
MAINT-6731 Use web profile URLs from the grid configuration
Diffstat (limited to 'indra/newview/tests')
-rw-r--r-- | indra/newview/tests/lllogininstance_test.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/indra/newview/tests/lllogininstance_test.cpp b/indra/newview/tests/lllogininstance_test.cpp index 1b0334498e..b603157ca7 100644 --- a/indra/newview/tests/lllogininstance_test.cpp +++ b/indra/newview/tests/lllogininstance_test.cpp @@ -136,6 +136,7 @@ void LLGridManager::addSystemGrid(const std::string& label, const std::string& helper, const std::string& login_page, const std::string& update_url_base, + const std::string& web_profile_url, const std::string& login_id) { } |