Index: chrome/browser/ui/panels/panel.cc |
=================================================================== |
--- chrome/browser/ui/panels/panel.cc (revision 90291) |
+++ chrome/browser/ui/panels/panel.cc (working copy) |
@@ -45,8 +45,8 @@ |
native_panel_->MinimizePanel(); |
} |
-void Panel::Restore() { |
- native_panel_->RestorePanel(); |
+void Panel::Restore(bool titlebar_only) { |
+ native_panel_->RestorePanel(titlebar_only); |
} |
void Panel::Show() { |