Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1790)

Unified Diff: chrome/browser/ui/views/apps/chrome_native_app_window_views.cc

Issue 1053303003: [MacViews] Implement colored window frames. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Address comments. Created 5 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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 {

Powered by Google App Engine
This is Rietveld 408576698