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

Unified Diff: chrome/browser/ui/views/panels/panel_view.cc

Issue 11416351: fix PanelBrowserTest.MinimizeRestore tests on win_aura (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years 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 | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/ui/views/panels/panel_view.cc
diff --git a/chrome/browser/ui/views/panels/panel_view.cc b/chrome/browser/ui/views/panels/panel_view.cc
index 08a995d07c82fac71deb135cbe30b2e7418e2aae..6ec020260821a217288d129fcfa5b66747cba797 100644
--- a/chrome/browser/ui/views/panels/panel_view.cc
+++ b/chrome/browser/ui/views/panels/panel_view.cc
@@ -394,7 +394,7 @@ void PanelView::DeactivatePanel() {
if (!focused_)
return;
-#if defined(OS_WIN) && !defined(AURA) && !defined(USE_ASH)
+#if defined(OS_WIN)
// Need custom behavior for always-on-top panels to avoid
// the OS activating a minimized panel when this one is
// deactivated.
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698