Commit b924dcf9 authored by scottmg@google.com's avatar scottmg@google.com

fix PanelBrowserTest.MinimizeRestore tests on win_aura

(I can't see any good reason why this code was disabled on aura)

R=jam@chromium.org
BUG=154081
TEST=interactive_ui_tests on win_aura, PanelBrowserTest.MinimizeRestore*

Review URL: https://codereview.chromium.org/11416351

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@171087 0039d316-1c4b-4281-b951-d872f2087c98
parent ac73c6a7
......@@ -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.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment