| 819 | } |
| 820 | |
| 821 | HRESULT BrowserWindow::ClearContentCookies() |
| 822 | { |
| 823 | return m_tabs.at(m_activeTabId)->m_contentWebView->CallDevToolsProtocolMethod(L"Network.clearBrowserCookies", L"{}", nullptr); |
| 824 | } |
| 825 | |
| 826 | HRESULT BrowserWindow::ClearControlsCookies() |
| 827 | { |
nothing calls this directly
no outgoing calls
no test coverage detected