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

Unified Diff: ash/wm/custom_frame_view_ash_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: Created 7 years, 4 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
Index: ash/wm/custom_frame_view_ash_unittest.cc
diff --git a/ash/wm/custom_frame_view_ash_unittest.cc b/ash/wm/custom_frame_view_ash_unittest.cc
index c08704679b8d1a8aa51ab83c01c4fbd2858b3ea2..36078759899668deb494e2de14abf906c36744dd 100644
--- a/ash/wm/custom_frame_view_ash_unittest.cc
+++ b/ash/wm/custom_frame_view_ash_unittest.cc
@@ -4,6 +4,7 @@
#include "ash/wm/custom_frame_view_ash.h"
+#include "ash/ash_switches.h"
James Cook 2013/08/22 00:19:12 Is this needed?
Harry McCleave 2013/08/27 00:37:00 Done.
#include "ash/shell.h"
#include "ash/test/ash_test_base.h"
#include "ash/wm/maximize_bubble_controller.h"
@@ -267,7 +268,7 @@ TEST_F(CustomFrameViewAshTest, MAYBE_ResizeButtonDrag) {
EXPECT_FALSE(ash::wm::IsWindowMinimized(window));
// This is a short resizing distance and different touch behavior
// applies which leads in half of the screen being used.
- EXPECT_EQ("400,0 400x552", window->bounds().ToString());
+ EXPECT_EQ("400,0 400x553", window->bounds().ToString());
}
// Snap left.

Powered by Google App Engine
This is Rietveld 408576698