| 691 | } |
| 692 | |
| 693 | void BrowserWindow::HandleTabCreated(size_t tabId, bool shouldBeActive) |
| 694 | { |
| 695 | if (shouldBeActive) |
| 696 | { |
| 697 | CheckFailure(SwitchToTab(tabId), L""); |
| 698 | } |
| 699 | } |
| 700 | |
| 701 | HRESULT BrowserWindow::HandleTabMessageReceived(size_t tabId, ICoreWebView2* webview, ICoreWebView2WebMessageReceivedEventArgs* eventArgs) |
| 702 | { |