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

Unified Diff: ash/screen_ash_unittest.cc

Issue 10979090: Simplify WorkAreaBounds access logic (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase Created 8 years, 2 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/screen_ash.cc ('k') | ash/wm/shelf_layout_manager.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/screen_ash_unittest.cc
diff --git a/ash/screen_ash_unittest.cc b/ash/screen_ash_unittest.cc
index 771415991d40f1646d44e8265203ac596eae3d5f..229ae1130a8b9861ae41a1bc7d95bb66483ff22d 100644
--- a/ash/screen_ash_unittest.cc
+++ b/ash/screen_ash_unittest.cc
@@ -40,14 +40,6 @@ TEST_F(ScreenAshTest, Bounds) {
ScreenAsh::GetMaximizedWindowBoundsInParent(
secondary->GetNativeView()).ToString());
- // Unmaximized work area bounds
- EXPECT_EQ("0,0 600x597",
- ScreenAsh::GetUnmaximizedWorkAreaBoundsInParent(
- primary->GetNativeView()).ToString());
- EXPECT_EQ("0,0 500x500",
- ScreenAsh::GetUnmaximizedWorkAreaBoundsInParent(
- secondary->GetNativeView()).ToString());
-
// Display bounds
EXPECT_EQ("0,0 600x600",
ScreenAsh::GetDisplayBoundsInParent(
« no previous file with comments | « ash/screen_ash.cc ('k') | ash/wm/shelf_layout_manager.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698