| 824 | } |
| 825 | |
| 826 | HRESULT BrowserWindow::ClearControlsCookies() |
| 827 | { |
| 828 | return m_controlsWebView->CallDevToolsProtocolMethod(L"Network.clearBrowserCookies", L"{}", nullptr); |
| 829 | } |
| 830 | |
| 831 | HRESULT BrowserWindow::ResizeUIWebViews() |
| 832 | { |
nothing calls this directly
no outgoing calls
no test coverage detected