Fix comment for ChildWebContentsTracker
This commit is contained in:
parent
34ed1a9ef8
commit
b07c3adca9
1 changed files with 2 additions and 2 deletions
|
@ -5,8 +5,8 @@
|
||||||
|
|
||||||
namespace atom {
|
namespace atom {
|
||||||
|
|
||||||
// ChildWebContentsTracker tracks root WebContents created by
|
// ChildWebContentsTracker tracks child WebContents
|
||||||
// `new BrowserWindow`.
|
// created by native `window.open()`
|
||||||
class ChildWebContentsTracker : public content::WebContentsObserver {
|
class ChildWebContentsTracker : public content::WebContentsObserver {
|
||||||
public:
|
public:
|
||||||
ChildWebContentsTracker(content::WebContents* web_contents);
|
ChildWebContentsTracker(content::WebContents* web_contents);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue