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

Unified Diff: chrome/browser/ui/panels/panel_browser_view.h

Issue 10187021: Add key modifier to minimize/restore button click to minimize/restore-all panels for Windows. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Pass modifier instead of event around. Created 8 years, 8 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: chrome/browser/ui/panels/panel_browser_view.h
diff --git a/chrome/browser/ui/panels/panel_browser_view.h b/chrome/browser/ui/panels/panel_browser_view.h
index a8e20deb4b607d26815cd03c7773202ffb76457f..b7dd6d8108fb751da8e753ea99ccf87593405211 100644
--- a/chrome/browser/ui/panels/panel_browser_view.h
+++ b/chrome/browser/ui/panels/panel_browser_view.h
@@ -40,7 +40,7 @@ class PanelBrowserView : public BrowserView,
// |mouse_location| is in screen coordinates.
bool OnTitlebarMousePressed(const gfx::Point& mouse_location);
bool OnTitlebarMouseDragged(const gfx::Point& mouse_location);
- bool OnTitlebarMouseReleased();
+ bool OnTitlebarMouseReleased(panel::ClickModifier modifier);
bool OnTitlebarMouseCaptureLost();
private:
« no previous file with comments | « chrome/browser/ui/panels/panel_browser_frame_view.cc ('k') | chrome/browser/ui/panels/panel_browser_view.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698