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

Unified Diff: ash/display/display_controller_unittest.cc

Issue 10800095: Enable extended desktop by default. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fix resource Created 8 years, 5 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 | « ash/display/display_controller.cc ('k') | ash/display/multi_display_manager_unittest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/display/display_controller_unittest.cc
diff --git a/ash/display/display_controller_unittest.cc b/ash/display/display_controller_unittest.cc
index 48d2babf7b64ab88f9c4af9c7a194db452eea269..73ceaa06dd412d2f74a3a0b455fe8bc62869fc64 100644
--- a/ash/display/display_controller_unittest.cc
+++ b/ash/display/display_controller_unittest.cc
@@ -29,24 +29,7 @@ gfx::Display GetSecondaryDisplay() {
} // namespace
-class DisplayControllerTest : public test::AshTestBase {
- public:
- DisplayControllerTest() {}
- virtual ~DisplayControllerTest() {}
-
- 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(DisplayControllerTest);
-};
+typedef test::AshTestBase DisplayControllerTest;
#if defined(OS_WIN)
// TOD(oshima): Windows creates a window with smaller client area.
« no previous file with comments | « ash/display/display_controller.cc ('k') | ash/display/multi_display_manager_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698