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

Unified Diff: ash/wm/workspace/workspace_window_resizer_unittest.cc

Issue 22793011: ash:Shelf - Enable Alternate Shelf and Side Shelf by default. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase Created 7 years, 3 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/wm/workspace/workspace_layout_manager_unittest.cc ('k') | chrome/browser/about_flags.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/wm/workspace/workspace_window_resizer_unittest.cc
diff --git a/ash/wm/workspace/workspace_window_resizer_unittest.cc b/ash/wm/workspace/workspace_window_resizer_unittest.cc
index 8459c54ef5f722b477b46a49b884fafba5f265f5..7b7f255b7949f194d264edd2f63a21521a6b6b28 100644
--- a/ash/wm/workspace/workspace_window_resizer_unittest.cc
+++ b/ash/wm/workspace/workspace_window_resizer_unittest.cc
@@ -1171,11 +1171,11 @@ TEST_F(WorkspaceWindowResizerTest, TestProperSizerResolutions) {
shelf_layout_manager()->SetAutoHideBehavior(
SHELF_AUTO_HIDE_BEHAVIOR_NEVER);
rect = resizer->GetTargetBoundsForSize(0);
- EXPECT_EQ("0,0 720x552", rect.ToString());
+ EXPECT_EQ("0,0 720x553", rect.ToString());
rect = resizer->GetTargetBoundsForSize(1);
- EXPECT_EQ("0,0 640x552", rect.ToString());
+ EXPECT_EQ("0,0 640x553", rect.ToString());
rect = resizer->GetTargetBoundsForSize(2);
- EXPECT_EQ("0,0 400x552", rect.ToString());
+ EXPECT_EQ("0,0 400x553", rect.ToString());
}
// Verifies that a dragged window will restore to its pre-maximized size.
« no previous file with comments | « ash/wm/workspace/workspace_layout_manager_unittest.cc ('k') | chrome/browser/about_flags.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698