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

Side by Side Diff: chrome/browser/ui/views/frame/desktop_browser_frame_aura.h

Issue 73193006: Removes BrowserFrame::TabStripDisplayModeChanged, its long dead. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 1 month 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 unified diff | Download patch | Annotate | Revision Log
OLDNEW
1 // Copyright (c) 2012 The Chromium Authors. All rights reserved. 1 // Copyright (c) 2012 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be 2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file. 3 // found in the LICENSE file.
4 4
5 #ifndef CHROME_BROWSER_UI_VIEWS_FRAME_DESKTOP_BROWSER_FRAME_AURA_H_ 5 #ifndef CHROME_BROWSER_UI_VIEWS_FRAME_DESKTOP_BROWSER_FRAME_AURA_H_
6 #define CHROME_BROWSER_UI_VIEWS_FRAME_DESKTOP_BROWSER_FRAME_AURA_H_ 6 #define CHROME_BROWSER_UI_VIEWS_FRAME_DESKTOP_BROWSER_FRAME_AURA_H_
7 7
8 #include "base/basictypes.h" 8 #include "base/basictypes.h"
9 #include "base/memory/scoped_ptr.h" 9 #include "base/memory/scoped_ptr.h"
10 #include "chrome/browser/ui/views/frame/native_browser_frame.h" 10 #include "chrome/browser/ui/views/frame/native_browser_frame.h"
(...skipping 36 matching lines...) Expand 10 before | Expand all | Expand 10 after
47 // Overridden from views::DesktopNativeWidgetAura: 47 // Overridden from views::DesktopNativeWidgetAura:
48 virtual void OnHostClosed() OVERRIDE; 48 virtual void OnHostClosed() OVERRIDE;
49 virtual void InitNativeWidget( 49 virtual void InitNativeWidget(
50 const views::Widget::InitParams& params) OVERRIDE; 50 const views::Widget::InitParams& params) OVERRIDE;
51 51
52 // Overridden from NativeBrowserFrame: 52 // Overridden from NativeBrowserFrame:
53 virtual views::NativeWidget* AsNativeWidget() OVERRIDE; 53 virtual views::NativeWidget* AsNativeWidget() OVERRIDE;
54 virtual const views::NativeWidget* AsNativeWidget() const OVERRIDE; 54 virtual const views::NativeWidget* AsNativeWidget() const OVERRIDE;
55 virtual bool UsesNativeSystemMenu() const OVERRIDE; 55 virtual bool UsesNativeSystemMenu() const OVERRIDE;
56 virtual int GetMinimizeButtonOffset() const OVERRIDE; 56 virtual int GetMinimizeButtonOffset() const OVERRIDE;
57 virtual void TabStripDisplayModeChanged() OVERRIDE;
58 57
59 private: 58 private:
60 // The BrowserView is our ClientView. This is a pointer to it. 59 // The BrowserView is our ClientView. This is a pointer to it.
61 BrowserView* browser_view_; 60 BrowserView* browser_view_;
62 BrowserFrame* browser_frame_; 61 BrowserFrame* browser_frame_;
63 62
64 // Owned by the RootWindow. 63 // Owned by the RootWindow.
65 BrowserDesktopRootWindowHost* browser_desktop_root_window_host_; 64 BrowserDesktopRootWindowHost* browser_desktop_root_window_host_;
66 65
67 scoped_ptr<aura::client::UserActionClient> user_action_client_; 66 scoped_ptr<aura::client::UserActionClient> user_action_client_;
68 scoped_ptr<views::corewm::VisibilityController> visibility_controller_; 67 scoped_ptr<views::corewm::VisibilityController> visibility_controller_;
69 68
70 DISALLOW_COPY_AND_ASSIGN(DesktopBrowserFrameAura); 69 DISALLOW_COPY_AND_ASSIGN(DesktopBrowserFrameAura);
71 }; 70 };
72 71
73 #endif // CHROME_BROWSER_UI_VIEWS_FRAME_DESKTOP_BROWSER_FRAME_AURA_H_ 72 #endif // CHROME_BROWSER_UI_VIEWS_FRAME_DESKTOP_BROWSER_FRAME_AURA_H_
OLDNEW
« no previous file with comments | « chrome/browser/ui/views/frame/browser_frame_win.cc ('k') | chrome/browser/ui/views/frame/desktop_browser_frame_aura.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698