| Index: chrome/browser/ui/views/apps/chrome_native_app_window_views.cc
|
| diff --git a/chrome/browser/ui/views/apps/chrome_native_app_window_views.cc b/chrome/browser/ui/views/apps/chrome_native_app_window_views.cc
|
| index ee5a167ad1a7cc9ca58f0eca7fc36e7e03a24817..830d0491cae1b3884788c1439f11a3e0f1693163 100644
|
| --- a/chrome/browser/ui/views/apps/chrome_native_app_window_views.cc
|
| +++ b/chrome/browser/ui/views/apps/chrome_native_app_window_views.cc
|
| @@ -232,15 +232,6 @@ ChromeNativeAppWindowViews::CreateStandardDesktopAppFrame() {
|
| return views::WidgetDelegateView::CreateNonClientFrameView(widget());
|
| }
|
|
|
| -apps::AppWindowFrameView*
|
| -ChromeNativeAppWindowViews::CreateNonStandardAppFrame() {
|
| - apps::AppWindowFrameView* frame =
|
| - new apps::AppWindowFrameView(widget(), this, has_frame_color_,
|
| - active_frame_color_, inactive_frame_color_);
|
| - frame->Init();
|
| - return frame;
|
| -}
|
| -
|
| // ui::BaseWindow implementation.
|
|
|
| gfx::Rect ChromeNativeAppWindowViews::GetRestoredBounds() const {
|
|
|