diff options
author | saintlou@chromium.org <saintlou@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-08-09 04:04:16 +0000 |
---|---|---|
committer | saintlou@chromium.org <saintlou@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-08-09 04:04:16 +0000 |
commit | 3e4351b19388cc7fcaae95f11a773537a416dc09 (patch) | |
tree | 03599b3e259f01fdc0657033e25a56a764af0258 /ash/wm/window_cycle_controller_unittest.cc | |
parent | 24ff552e8e4d44f02ef8253abe3395e4e83131c7 (diff) | |
download | chromium_src-3e4351b19388cc7fcaae95f11a773537a416dc09.zip chromium_src-3e4351b19388cc7fcaae95f11a773537a416dc09.tar.gz chromium_src-3e4351b19388cc7fcaae95f11a773537a416dc09.tar.bz2 |
Enabling Extended Deskop by default.
This is a verbatim revert of https://chromiumcodereview.appspot.com/10827184/
BUG=140886
Review URL: https://chromiumcodereview.appspot.com/10827237
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@150721 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'ash/wm/window_cycle_controller_unittest.cc')
-rw-r--r-- | ash/wm/window_cycle_controller_unittest.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ash/wm/window_cycle_controller_unittest.cc b/ash/wm/window_cycle_controller_unittest.cc index d3baa72..17128a6 100644 --- a/ash/wm/window_cycle_controller_unittest.cc +++ b/ash/wm/window_cycle_controller_unittest.cc @@ -341,7 +341,7 @@ TEST_F(WindowCycleControllerTest, AlwaysOnTopMultiWindow) { EXPECT_TRUE(wm::IsActiveWindow(window0.get())); } -TEST_F(WindowCycleControllerTest, DISABLED_AlwaysOnTopMultipleRootWindows) { +TEST_F(WindowCycleControllerTest, AlwaysOnTopMultipleRootWindows) { // Set up a second root window UpdateDisplay("0+0-1000x600,1001+0-600x400"); Shell::RootWindowList root_windows = Shell::GetAllRootWindows(); |