Index: chrome/browser/ui/views/frame/app_panel_browser_frame_view.h |
diff --git a/chrome/browser/ui/views/frame/app_panel_browser_frame_view.h b/chrome/browser/ui/views/frame/app_panel_browser_frame_view.h |
index 4fe9a4f4aa4117f27cd52b41e00312069f05dd87..39b9c8b0e31d2b8253d442019207f9b8d17e46e4 100644 |
--- a/chrome/browser/ui/views/frame/app_panel_browser_frame_view.h |
+++ b/chrome/browser/ui/views/frame/app_panel_browser_frame_view.h |
@@ -6,16 +6,13 @@ |
#define CHROME_BROWSER_UI_VIEWS_FRAME_APP_PANEL_BROWSER_FRAME_VIEW_H_ |
#pragma once |
-#include "chrome/browser/ui/views/frame/browser_frame.h" |
#include "chrome/browser/ui/views/frame/browser_non_client_frame_view.h" |
#include "chrome/browser/ui/views/tab_icon_view.h" |
#include "ui/views/controls/button/button.h" |
-#include "ui/views/window/non_client_view.h" |
+class BrowserFrame; |
class BrowserView; |
-namespace gfx { |
-class Font; |
-} |
+ |
namespace views { |
class ImageButton; |
} |
@@ -109,12 +106,6 @@ class AppPanelBrowserFrameView : public BrowserNonClientFrameView, |
// The bounds of the ClientView. |
gfx::Rect client_view_bounds_; |
- // The accessible name of this view. |
- std::wstring accessible_name_; |
- |
- static void InitAppWindowResources(); |
- static gfx::Font* title_font_; |
- |
DISALLOW_COPY_AND_ASSIGN(AppPanelBrowserFrameView); |
}; |