OLD | NEW |
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_BROWSER_NON_CLIENT_FRAME_VIEW_H_ | 5 #ifndef CHROME_BROWSER_UI_VIEWS_FRAME_BROWSER_NON_CLIENT_FRAME_VIEW_H_ |
6 #define CHROME_BROWSER_UI_VIEWS_FRAME_BROWSER_NON_CLIENT_FRAME_VIEW_H_ | 6 #define CHROME_BROWSER_UI_VIEWS_FRAME_BROWSER_NON_CLIENT_FRAME_VIEW_H_ |
7 | 7 |
8 #include "chrome/browser/ui/views/new_avatar_button.h" | 8 #include "chrome/browser/ui/views/profiles/new_avatar_button.h" |
9 #include "ui/views/window/non_client_view.h" | 9 #include "ui/views/window/non_client_view.h" |
10 | 10 |
11 class AvatarLabel; | 11 class AvatarLabel; |
12 class AvatarMenuButton; | 12 class AvatarMenuButton; |
13 class BrowserFrame; | 13 class BrowserFrame; |
14 class BrowserView; | 14 class BrowserView; |
15 class NewAvatarButton; | 15 class NewAvatarButton; |
16 | 16 |
17 // A specialization of the NonClientFrameView object that provides additional | 17 // A specialization of the NonClientFrameView object that provides additional |
18 // Browser-specific methods. | 18 // Browser-specific methods. |
(...skipping 63 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
82 | 82 |
83 namespace chrome { | 83 namespace chrome { |
84 | 84 |
85 // Provided by a browser_non_client_frame_view_factory_*.cc implementation | 85 // Provided by a browser_non_client_frame_view_factory_*.cc implementation |
86 BrowserNonClientFrameView* CreateBrowserNonClientFrameView( | 86 BrowserNonClientFrameView* CreateBrowserNonClientFrameView( |
87 BrowserFrame* frame, BrowserView* browser_view); | 87 BrowserFrame* frame, BrowserView* browser_view); |
88 | 88 |
89 } // namespace chrome | 89 } // namespace chrome |
90 | 90 |
91 #endif // CHROME_BROWSER_UI_VIEWS_FRAME_BROWSER_NON_CLIENT_FRAME_VIEW_H_ | 91 #endif // CHROME_BROWSER_UI_VIEWS_FRAME_BROWSER_NON_CLIENT_FRAME_VIEW_H_ |
OLD | NEW |