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

Unified Diff: chrome/browser/ui/views/frame/app_panel_browser_frame_view.h

Issue 9704014: views: Remove static declarations from AppPanelBrowserFrameView that are unused/implemented now. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rm accessible_name_ as well Created 8 years, 9 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
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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);
};
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698