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

Unified Diff: chrome/browser/ui/cocoa/apps/native_app_window_cocoa.h

Issue 1053303003: [MacViews] Implement colored window frames. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 8 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/cocoa/apps/native_app_window_cocoa.h
diff --git a/chrome/browser/ui/cocoa/apps/native_app_window_cocoa.h b/chrome/browser/ui/cocoa/apps/native_app_window_cocoa.h
index 46e43a4ae8842de010b4fa9f919d88d4cee28197..2428d2c8127afd517840fa11baa2ea311e628483 100644
--- a/chrome/browser/ui/cocoa/apps/native_app_window_cocoa.h
+++ b/chrome/browser/ui/cocoa/apps/native_app_window_cocoa.h
@@ -23,7 +23,6 @@
class ExtensionKeybindingRegistryCocoa;
class NativeAppWindowCocoa;
class SkRegion;
-@class TitlebarBackgroundView;
// A window controller for a minimal window to host a web app view. Passes
// Objective-C notifications to the C++ bridge.
@@ -207,7 +206,6 @@ class NativeAppWindowCocoa : public extensions::NativeAppWindow,
SkColor inactive_frame_color_;
base::scoped_nsobject<NativeAppWindowController> window_controller_;
- base::scoped_nsobject<TitlebarBackgroundView> titlebar_background_view_;
// For system drag, the whole window is draggable and the non-draggable areas
// have to been explicitly excluded.

Powered by Google App Engine
This is Rietveld 408576698