1 // Copyright 2015 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file.
5 #include "chrome/browser/guest_view/chrome_guest_view_manager_delegate.h"
7 #include "chrome/browser/task_management/web_contents_tags.h"
11 ChromeGuestViewManagerDelegate::ChromeGuestViewManagerDelegate(
12 content::BrowserContext
* context
)
13 : ExtensionsGuestViewManagerDelegate(context
) {
16 ChromeGuestViewManagerDelegate::~ChromeGuestViewManagerDelegate() {
19 void ChromeGuestViewManagerDelegate::AttachTaskManagerGuestTag(
20 content::WebContents
* guest_web_contents
) const {
21 task_management::WebContentsTags::CreateForGuestContents(guest_web_contents
);
24 } // namespace extensions