diff options
author | AndreyL ProductEngine <alihatskiy@productengine.com> | 2019-04-24 02:24:42 +0300 |
---|---|---|
committer | AndreyL ProductEngine <alihatskiy@productengine.com> | 2019-04-24 02:24:42 +0300 |
commit | ba90f3a8e4afb5eb303dab5f590db713ff82ec0e (patch) | |
tree | 715fb1613676b6893bec2111cd14e3fcb938fdb8 /indra/newview/llviewermedia.cpp | |
parent | 8a79174b0a7ef9eb3b6edde9fd8f9e4565b99ded (diff) |
SL-10994 Removed Facebook In-world Sharing
SL-11024 Fixed Twitter connect failure
Diffstat (limited to 'indra/newview/llviewermedia.cpp')
-rw-r--r-- | indra/newview/llviewermedia.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llviewermedia.cpp b/indra/newview/llviewermedia.cpp index 9f02c4b17c..a27a083a2a 100644 --- a/indra/newview/llviewermedia.cpp +++ b/indra/newview/llviewermedia.cpp @@ -1707,7 +1707,7 @@ LLPluginClassMedia* LLViewerMediaImpl::newSourceFromMediaType(std::string media_ // HACK: we always try to keep a spare running webkit plugin around to improve launch times. // If a spare was already created before PluginAttachDebuggerToPlugins was set, don't use it. - // Do not use a spare if launching with full viewer control (e.g. Facebook, Twitter and few others) + // Do not use a spare if launching with full viewer control (e.g. Twitter and few others) if ((plugin_basename == "media_plugin_cef") && !gSavedSettings.getBOOL("PluginAttachDebuggerToPlugins") && !clean_browser) { |