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/root_window_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/root_window_controller_unittest.cc')
-rw-r--r-- | ash/root_window_controller_unittest.cc | 18 |
1 files changed, 1 insertions, 17 deletions
diff --git a/ash/root_window_controller_unittest.cc b/ash/root_window_controller_unittest.cc index 1f50afd..12b27e8 100644 --- a/ash/root_window_controller_unittest.cc +++ b/ash/root_window_controller_unittest.cc @@ -61,24 +61,8 @@ aura::Window* GetModalContainer(aura::RootWindow* root_window) { } // namespace namespace test { -class RootWindowControllerTest : public test::AshTestBase { - public: - RootWindowControllerTest() {} - virtual ~RootWindowControllerTest() {} - - virtual void SetUp() OVERRIDE { - internal::DisplayController::SetExtendedDesktopEnabled(true); - AshTestBase::SetUp(); - } - virtual void TearDown() OVERRIDE { - AshTestBase::TearDown(); - internal::DisplayController::SetExtendedDesktopEnabled(false); - } - - private: - DISALLOW_COPY_AND_ASSIGN(RootWindowControllerTest); -}; +typedef test::AshTestBase RootWindowControllerTest; TEST_F(RootWindowControllerTest, MoveWindows_Basic) { UpdateDisplay("600x600,500x500"); |