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

Unified Diff: chrome/browser/ui/panels/detached_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/detached_panel_strip.h ('k') | chrome/browser/ui/panels/docked_panel_strip.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/ui/panels/detached_panel_strip.cc
===================================================================
--- chrome/browser/ui/panels/detached_panel_strip.cc (revision 124794)
+++ chrome/browser/ui/panels/detached_panel_strip.cc (working copy)
@@ -77,12 +77,6 @@
NOTIMPLEMENTED();
}
-bool DetachedPanelStrip::IsPanelMinimized(Panel* panel) const {
- DCHECK_EQ(this, panel->panel_strip());
- NOTIMPLEMENTED();
- return false;
-}
-
bool DetachedPanelStrip::CanShowPanelAsActive(const Panel* panel) const {
// All detached panels can be shown as active.
return true;
« no previous file with comments | « chrome/browser/ui/panels/detached_panel_strip.h ('k') | chrome/browser/ui/panels/docked_panel_strip.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698