Chromium Code Reviews| Index: trunk/src/chrome/browser/ui/gtk/panels/panel_gtk.cc |
| =================================================================== |
| --- trunk/src/chrome/browser/ui/gtk/panels/panel_gtk.cc (revision 221673) |
| +++ trunk/src/chrome/browser/ui/gtk/panels/panel_gtk.cc (working copy) |
| @@ -1068,6 +1068,9 @@ |
| gtk_window_unstick(window_); |
| } |
| +void PanelGtk::EnableResizeByMouse(bool enable) { |
| +} |
| + |
| void PanelGtk::UpdatePanelMinimizeRestoreButtonVisibility() { |
| titlebar_->UpdateMinimizeRestoreButtonVisibility(); |
| } |