| Index: chrome/browser/gtk/browser_titlebar.cc
|
| ===================================================================
|
| --- chrome/browser/gtk/browser_titlebar.cc (revision 27114)
|
| +++ chrome/browser/gtk/browser_titlebar.cc (working copy)
|
| @@ -469,7 +469,7 @@
|
| if (titlebar->close_button_->widget() == button) {
|
| titlebar->browser_window_->Close();
|
| } else if (titlebar->restore_button_->widget() == button) {
|
| - gtk_window_unmaximize(titlebar->window_);
|
| + titlebar->browser_window_->UnMaximize();
|
| } else if (titlebar->maximize_button_->widget() == button) {
|
| gtk_window_maximize(titlebar->window_);
|
| } else if (titlebar->minimize_button_->widget() == button) {
|
|
|