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

Unified Diff: ash/wm/panel_frame_view.h

Issue 11363250: Allow Chrome apps to create Ash Panels (apps v2) (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: . Created 8 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 side-by-side diff with in-line comments
Download patch
Index: ash/wm/panel_frame_view.h
diff --git a/ash/wm/panel_frame_view.h b/ash/wm/panel_frame_view.h
index 20ab18b3f22793ac6d5d7a1ca6333f48a307e80a..14c0adadfc1e8453bd531a765e884c3b0ea4a006 100644
--- a/ash/wm/panel_frame_view.h
+++ b/ash/wm/panel_frame_view.h
@@ -22,10 +22,12 @@ class FramePainter;
class ASH_EXPORT PanelFrameView : public views::NonClientFrameView,
public views::ButtonListener {
public:
- explicit PanelFrameView(views::Widget* frame);
+ PanelFrameView(views::Widget* frame, bool show_header);
virtual ~PanelFrameView();
private:
+ void InitFramePainter(views::Widget* frame);
+
// Overridden from views::NonClientFrameView:
virtual gfx::Rect GetBoundsForClientView() const OVERRIDE;
virtual gfx::Rect GetWindowBoundsForClientBounds(

Powered by Google App Engine
This is Rietveld 408576698