blob: 1321275ee1cdc0ca84397ae4dc5a111fba9260c7 [file] [log] [blame]
// Copyright 2017 The Chromium 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 "chrome/browser/ui/views/chrome_views_delegate.h"
#include "base/feature_list.h"
#include "chrome/common/chrome_features.h"
views::NativeWidget* ChromeViewsDelegate::CreateNativeWidget(
views::Widget::InitParams* params,
views::internal::NativeWidgetDelegate* delegate) {
// By returning null Widget creates the default NativeWidget implementation.
return nullptr;
}