Skip to content

Commit 4a013c0

Browse files
Updated to reflect effect on foreground
1 parent 8f0a6fe commit 4a013c0

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

specs/BrowserTaskManager.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -52,12 +52,12 @@ void OpenTaskManagerWindow()
5252
/// This is a continuation of the `ICoreWebView2_4` interface
5353
[uuid(20d02d59-6df2-42dc-bd06-f98a694b1302), object, pointer_default(unique)]
5454
interface ICoreWebView2_5 : ICoreWebView2_4 {
55-
/// Opens the Browser Task Manager view as a new window. Does nothing
56-
/// if run when the Browser Task Manager is already open.
57-
/// WebView2 currently blocks the `Shift+Esc` shortcut for opening the
58-
/// task manager. An end user can open the browser task manager manually
59-
/// via the `Browser task manager` entry of the DevTools window's title
60-
/// bar's context menu.
55+
/// Opens the Browser Task Manager view as a new window in the foreground.
56+
/// If the Browser Task Manager is already open, this will bring it into
57+
/// the foreground. WebView2 currently blocks the `Shift+Esc` shortcut for
58+
/// opening the task manager. An end user can open the browser task manager
59+
/// manually via the `Browser task manager` entry of the DevTools window's
60+
/// title bar's context menu.
6161
HRESULT OpenTaskManagerWindow();
6262
}
6363
```

0 commit comments

Comments
 (0)