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

Unified Diff: trunk/src/chrome/browser/ui/panels/panel.h

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
« no previous file with comments | « trunk/src/chrome/browser/ui/panels/native_panel.h ('k') | trunk/src/chrome/browser/ui/panels/panel.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: trunk/src/chrome/browser/ui/panels/panel.h
===================================================================
--- trunk/src/chrome/browser/ui/panels/panel.h (revision 221673)
+++ trunk/src/chrome/browser/ui/panels/panel.h (working copy)
@@ -252,6 +252,10 @@
// being dragged, it is in preview mode.
void SetPreviewMode(bool in_preview_mode);
+ // Sets up the panel for being resizable by the user - for example,
+ // enables the resize mouse cursors when mouse is hovering over the edges.
+ void EnableResizeByMouse(bool enable);
+
// Sets whether the minimize or restore button, if any, are visible.
void UpdateMinimizeRestoreButtonVisibility();
« no previous file with comments | « trunk/src/chrome/browser/ui/panels/native_panel.h ('k') | trunk/src/chrome/browser/ui/panels/panel.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698