Index: chrome/browser/ui/panels/native_panel_stack.cc |
diff --git a/chrome/browser/ui/panels/native_panel_stack.cc b/chrome/browser/ui/panels/native_panel_stack.cc |
deleted file mode 100644 |
index 77a409e58a13a6e9e266293eb873d0be075a6752..0000000000000000000000000000000000000000 |
--- a/chrome/browser/ui/panels/native_panel_stack.cc |
+++ /dev/null |
@@ -1,16 +0,0 @@ |
-// Copyright (c) 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/panels/native_panel_stack.h" |
- |
-#include "base/logging.h" |
- |
-// static |
-#if !defined(TOOLKIT_VIEWS) |
-NativePanelStack* NativePanelStack::Create( |
- scoped_ptr<StackedPanelCollection> stack) { |
- NOTIMPLEMENTED(); |
- return NULL; |
-} |
-#endif |