mirror of
https://github.com/electron/electron.git
synced 2026-02-04 04:05:36 -05:00
Fix comment for ChildWebContentsTracker
This commit is contained in:
@@ -5,8 +5,8 @@
|
||||
|
||||
namespace atom {
|
||||
|
||||
// ChildWebContentsTracker tracks root WebContents created by
|
||||
// `new BrowserWindow`.
|
||||
// ChildWebContentsTracker tracks child WebContents
|
||||
// created by native `window.open()`
|
||||
class ChildWebContentsTracker : public content::WebContentsObserver {
|
||||
public:
|
||||
ChildWebContentsTracker(content::WebContents* web_contents);
|
||||
|
||||
Reference in New Issue
Block a user