| 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 246ca9013a0a86900df388cd7793f88c4c25ee5a..6b879b1a499ede7bdf4e98f7d58ddbfea1426f39 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.
|
| @@ -206,7 +205,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.
|
|
|