blob: 0ede37d8d866c5a47ef0ed536b1760afe3773143 [file] [log] [blame]
// Copyright 2014 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/apps/chrome_app_window_delegate.h"
#import "chrome/browser/ui/cocoa/apps/native_app_window_cocoa.h"
// static
apps::NativeAppWindow* ChromeAppWindowDelegate::CreateNativeAppWindowImpl(
apps::AppWindow* app_window,
const apps::AppWindow::CreateParams& params) {
return new NativeAppWindowCocoa(app_window, params);
}