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

Unified Diff: chrome/browser/ui/panels/docked_panel_strip.cc

Issue 9593001: Revert 124790 - Minimized panels should not open on Windows when activated by the OS (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 8 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 | « chrome/browser/ui/panels/docked_panel_strip.h ('k') | chrome/browser/ui/panels/native_panel.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/ui/panels/docked_panel_strip.cc
===================================================================
--- chrome/browser/ui/panels/docked_panel_strip.cc (revision 124794)
+++ chrome/browser/ui/panels/docked_panel_strip.cc (working copy)
@@ -244,11 +244,6 @@
return true;
}
-bool DockedPanelStrip::IsPanelMinimized(Panel* panel) const {
- DCHECK_EQ(this, panel->panel_strip());
- return panel->expansion_state() != Panel::EXPANDED;
-}
-
bool DockedPanelStrip::CanShowPanelAsActive(const Panel* panel) const {
// Panels with temporary layout cannot be shown as active.
return !panel->has_temporary_layout();
« no previous file with comments | « chrome/browser/ui/panels/docked_panel_strip.h ('k') | chrome/browser/ui/panels/native_panel.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698