diff options
| author | callum_linden <callum@lindenlab.com> | 2019-06-11 20:28:54 -0700 |
|---|---|---|
| committer | callum_linden <callum@lindenlab.com> | 2019-06-11 20:28:54 -0700 |
| commit | d278699b7b358a744cd33ff4b7bec700e10b3e6a (patch) | |
| tree | 0b9040467d616380945bcf3b85d1d6c8a7ab407c /indra/llplugin/llpluginclassmedia.h | |
| parent | 36ad4c07091bf68d63d8e02ccfe53deb67bd79b7 (diff) | |
Pull in CEF 75.0.1+gb5e74dd+chromium-75.0.3770.80 and Dullahan 1.2.x along with some minor compatibility changes
Diffstat (limited to 'indra/llplugin/llpluginclassmedia.h')
| -rw-r--r-- | indra/llplugin/llpluginclassmedia.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/llplugin/llpluginclassmedia.h b/indra/llplugin/llpluginclassmedia.h index 9d11ee0421..6f2b875116 100644 --- a/indra/llplugin/llpluginclassmedia.h +++ b/indra/llplugin/llpluginclassmedia.h @@ -195,7 +195,7 @@ public: bool canPaste() const { return mCanPaste; }; // These can be called before init(), and they will be queued and sent before the media init message. - void setUserDataPath(const std::string &user_data_path_cache, const std::string &user_data_path_cookies, const std::string &user_data_path_cef_log); + void setUserDataPath(const std::string &user_data_path_cache, const std::string &user_data_path_cef_log); void setLanguageCode(const std::string &language_code); void setPluginsEnabled(const bool enabled); void setJavascriptEnabled(const bool enabled); |
