Fix comment for ChildWebContentsTracker

This commit is contained in:
Ryohei Ikegami 2017-04-12 12:20:53 +09:00
parent 34ed1a9ef8
commit b07c3adca9

View file

@ -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);