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

Unified Diff: ash/wm/panel_window_event_filter.cc

Issue 12212207: Support panel titles and Icons for v1 apps (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Address comment. Created 7 years, 10 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 | « ash/wm/panel_frame_view.cc ('k') | chrome/browser/extensions/api/tabs/tabs_api.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/wm/panel_window_event_filter.cc
diff --git a/ash/wm/panel_window_event_filter.cc b/ash/wm/panel_window_event_filter.cc
index 3f5f0b402472821df15adf357f21c4111b989863..f10138673bd01b560cbbc66dfb371a32dc9bcb9d 100644
--- a/ash/wm/panel_window_event_filter.cc
+++ b/ash/wm/panel_window_event_filter.cc
@@ -78,7 +78,6 @@ void PanelWindowEventFilter::OnMouseEvent(ui::MouseEvent* event) {
event->StopPropagation();
} else if (dragged_panel_ != NULL) {
drag_state_ = DRAG_NONE;
- layout_manager_->ToggleMinimize(dragged_panel_);
dragged_panel_ = NULL;
event->StopPropagation();
}
« no previous file with comments | « ash/wm/panel_frame_view.cc ('k') | chrome/browser/extensions/api/tabs/tabs_api.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698