electron/shell/browser/child_web_contents_tracker.cc
Heilig Benedek 74372d65ae
feat: enhance native window.open to match the custom implementation's behavior (#19703)
Co-authored-by: Andy Locascio <andy@slack-corp.com>
2020-03-26 11:05:45 -07:00

16 lines
446 B
C++

// Copyright (c) 2019 GitHub, Inc.
// Use of this source code is governed by the MIT license that can be
// found in the LICENSE file.
#include "shell/browser/child_web_contents_tracker.h"
namespace electron {
ChildWebContentsTracker::ChildWebContentsTracker(
content::WebContents* web_contents) {}
ChildWebContentsTracker::~ChildWebContentsTracker() {}
WEB_CONTENTS_USER_DATA_KEY_IMPL(ChildWebContentsTracker)
} // namespace electron