2021-04-11 22:10:11 +02:00
|
|
|
// Copyright 2021 The Chromium Embedded Framework Authors. All rights reserved.
|
|
|
|
// Use of this source code is governed by a BSD-style license that can be found
|
|
|
|
// in the LICENSE file.
|
|
|
|
|
|
|
|
#include "libcef/browser/chrome/views/toolbar_view_view.h"
|
|
|
|
|
|
|
|
CefToolbarViewView::CefToolbarViewView(CefViewDelegate* cef_delegate,
|
|
|
|
Browser* browser,
|
|
|
|
BrowserView* browser_view,
|
2021-06-04 03:34:56 +02:00
|
|
|
absl::optional<DisplayMode> display_mode)
|
2021-04-11 22:10:11 +02:00
|
|
|
: ParentClass(cef_delegate, browser, browser_view, display_mode) {}
|