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

Unified Diff: ash/shelf/shelf_widget_unittest.cc

Issue 2823133002: Clean up some ash constants. (Closed)
Patch Set: ditto Created 3 years, 8 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/shelf/shelf_view_unittest.cc ('k') | ash/system/session/logout_button_tray.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/shelf/shelf_widget_unittest.cc
diff --git a/ash/shelf/shelf_widget_unittest.cc b/ash/shelf/shelf_widget_unittest.cc
index b93a4d7ed54b179aa4d7981372ca0ff05183eea8..7cdac60ef9c5b6fb1b7dac06c4e311d92a9cf832 100644
--- a/ash/shelf/shelf_widget_unittest.cc
+++ b/ash/shelf/shelf_widget_unittest.cc
@@ -48,7 +48,6 @@ void TestLauncherAlignment(WmWindow* root,
}
TEST_F(ShelfWidgetTest, TestAlignment) {
- const int kShelfSize = GetShelfConstant(SHELF_SIZE);
UpdateDisplay("400x400");
{
SCOPED_TRACE("Single Bottom");
@@ -75,7 +74,6 @@ TEST_F(ShelfWidgetTest, TestAlignment) {
}
TEST_F(ShelfWidgetTest, TestAlignmentForMultipleDisplays) {
- const int kShelfSize = GetShelfConstant(SHELF_SIZE);
UpdateDisplay("300x300,500x500");
std::vector<WmWindow*> root_windows = ShellPort::Get()->GetAllRootWindows();
{
« no previous file with comments | « ash/shelf/shelf_view_unittest.cc ('k') | ash/system/session/logout_button_tray.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698