| 809 | } |
| 810 | |
| 811 | HRESULT BrowserWindow::ClearContentCache() |
| 812 | { |
| 813 | return m_tabs.at(m_activeTabId)->m_contentWebView->CallDevToolsProtocolMethod(L"Network.clearBrowserCache", L"{}", nullptr); |
| 814 | } |
| 815 | |
| 816 | HRESULT BrowserWindow::ClearControlsCache() |
| 817 | { |
nothing calls this directly
no outgoing calls
no test coverage detected