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

Unified Diff: ash/shell/panel_window.cc

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
« no previous file with comments | « no previous file | ash/wm/panel_frame_view.h » ('j') | chrome/browser/ui/ash/shell_panel_ash.h » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/shell/panel_window.cc
diff --git a/ash/shell/panel_window.cc b/ash/shell/panel_window.cc
index e5d68ac6d967589c4bfe7bd30c5a85a01df34eb2..f4c1894c782558c4183e8df3390887284381603b 100644
--- a/ash/shell/panel_window.cc
+++ b/ash/shell/panel_window.cc
@@ -76,7 +76,7 @@ bool PanelWindow::CanMaximize() const {
views::NonClientFrameView* PanelWindow::CreateNonClientFrameView(
views::Widget* widget) {
- return new PanelFrameView(widget);
+ return new PanelFrameView(widget, true);
jeremya 2012/11/15 01:09:25 It's not clear what this parameter means; perhaps
flackr 2012/11/15 16:04:17 Or comment it: /* show_header */ true
stevenjb 2012/11/16 23:42:40 Replaced with enum.
}
} // namespace ash
« no previous file with comments | « no previous file | ash/wm/panel_frame_view.h » ('j') | chrome/browser/ui/ash/shell_panel_ash.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698