diff options
| author | callum_linden <none@none> | 2018-01-17 16:13:19 -0800 |
|---|---|---|
| committer | callum_linden <none@none> | 2018-01-17 16:13:19 -0800 |
| commit | d3f544d39d204c60c6112f0ba4abd906ac28481a (patch) | |
| tree | 97a2c7c1685dae832e2be76891332abbae5293ae /indra/llplugin/llpluginclassmedia.h | |
| parent | e84e4a1adf29b3a807c9d0c0e4841b5f12ea9756 (diff) | |
Fixes for 'MAINT-8196 Remove LLPluginCookieStore from the viewer' and 'MAINT-8194 Remove per-frame calls to updateJavascriptObject()'
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 98c48cd987..dcd8af4e06 100644 --- a/indra/llplugin/llpluginclassmedia.h +++ b/indra/llplugin/llpluginclassmedia.h @@ -210,7 +210,7 @@ public: void clear_cache(); void clear_cookies(); void set_cookies(const std::string &cookies); - void enable_cookies(bool enable); + void cookies_enabled(bool enable); void proxy_setup(bool enable, const std::string &host = LLStringUtil::null, int port = 0); void browse_stop(); void browse_reload(bool ignore_cache = false); |
