alloy: mac/linux: Support OS execution via OnProtocolExecution (fixes #1340)

This commit is contained in:
Marshall Greenblatt
2023-06-26 13:08:04 +03:00
parent 0b99f92e97
commit 71c588c16a
4 changed files with 23 additions and 76 deletions

View File

@@ -233,9 +233,6 @@ bool CefBrowserPlatformDelegateNativeLinux::HandleKeyboardEvent(
return false;
}
// static
void CefBrowserPlatformDelegate::HandleExternalProtocol(const GURL& url) {}
CefEventHandle CefBrowserPlatformDelegateNativeLinux::GetEventHandle(
const content::NativeWebKeyboardEvent& event) const {
// TODO(cef): We need to return an XEvent* from this method, but