| Index: chrome/browser/ui/views/apps/chrome_apps_client_views_win.cc
|
| diff --git a/chrome/browser/ui/views/apps/chrome_apps_client_views_win.cc b/chrome/browser/ui/views/apps/chrome_apps_client_views_win.cc
|
| deleted file mode 100644
|
| index 14ab7e7635a04701aaf5c1f032d372ac241a5d9a..0000000000000000000000000000000000000000
|
| --- a/chrome/browser/ui/views/apps/chrome_apps_client_views_win.cc
|
| +++ /dev/null
|
| @@ -1,16 +0,0 @@
|
| -// 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_client.h"
|
| -
|
| -#include "chrome/browser/ui/views/apps/chrome_native_app_window_views_win.h"
|
| -
|
| -// static
|
| -extensions::NativeAppWindow* ChromeAppWindowClient::CreateNativeAppWindowImpl(
|
| - extensions::AppWindow* app_window,
|
| - const extensions::AppWindow::CreateParams& params) {
|
| - ChromeNativeAppWindowViewsWin* window = new ChromeNativeAppWindowViewsWin;
|
| - window->Init(app_window, params);
|
| - return window;
|
| -}
|
|
|