| 814 | } |
| 815 | |
| 816 | HRESULT BrowserWindow::ClearControlsCache() |
| 817 | { |
| 818 | return m_controlsWebView->CallDevToolsProtocolMethod(L"Network.clearBrowserCache", L"{}", nullptr); |
| 819 | } |
| 820 | |
| 821 | HRESULT BrowserWindow::ClearContentCookies() |
| 822 | { |
nothing calls this directly
no outgoing calls
no test coverage detected