1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-01-10 23:44:24 +00:00

Added a clearCookies method to WebBrowserComponent to clear any stored cookies

This commit is contained in:
hogliux 2017-04-18 18:03:53 +01:00
parent 837ac2143c
commit 6292ccf5c3
5 changed files with 61 additions and 0 deletions

View file

@ -115,3 +115,7 @@ void WebBrowserComponent::visibilityChanged()
void WebBrowserComponent::focusGained (FocusChangeType)
{
}
void WebBrowserComponent::clearCookies()
{
}