Index: chrome/browser/ui/views/apps/chrome_shell_window_delegate_views.cc |
diff --git a/chrome/browser/ui/views/apps/chrome_shell_window_delegate_views.cc b/chrome/browser/ui/views/apps/chrome_shell_window_delegate_views.cc |
deleted file mode 100644 |
index a529e004fc51b0dad039d7ad19514de2cb46f338..0000000000000000000000000000000000000000 |
--- a/chrome/browser/ui/views/apps/chrome_shell_window_delegate_views.cc |
+++ /dev/null |
@@ -1,16 +0,0 @@ |
-// Copyright 2013 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_shell_window_delegate.h" |
- |
-#include "chrome/browser/ui/views/apps/native_app_window_views.h" |
- |
-// static |
-apps::NativeAppWindow* ChromeShellWindowDelegate::CreateNativeAppWindowImpl( |
- apps::AppWindow* app_window, |
- const apps::AppWindow::CreateParams& params) { |
- NativeAppWindowViews* window = new NativeAppWindowViews; |
- window->Init(app_window, params); |
- return window; |
-} |