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

Unified Diff: trunk/src/chrome/browser/ui/gtk/panels/panel_gtk.cc

Issue 23922003: Revert 221651 "Switch to doing user-resizing via system for pane..." (Closed) Base URL: svn://svn.chromium.org/chrome/
Patch Set: Created 7 years, 3 months 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: 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();
}
« no previous file with comments | « trunk/src/chrome/browser/ui/gtk/panels/panel_gtk.h ('k') | trunk/src/chrome/browser/ui/panels/detached_panel_collection.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698