// Copyright 2017 The Chromium Authors // 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/native_widget_factory.h" #include "chrome/browser/profiles/profile.h" #include "chrome/browser/ui/views/theme_profile_key.h" #include "ui/aura/window.h" #include "ui/views/widget/desktop_aura/desktop_native_widget_aura.h" #include "ui/views/widget/native_widget_aura.h" views::NativeWidget* CreateNativeWidget( NativeWidgetType type, views::Widget::InitParams* params, views::internal::NativeWidgetDelegate* delegate) { … }