diff --git a/atom/browser/child_web_contents_tracker.h b/atom/browser/child_web_contents_tracker.h index 16eaa6424c35..ab12f4b374a9 100644 --- a/atom/browser/child_web_contents_tracker.h +++ b/atom/browser/child_web_contents_tracker.h @@ -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);