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

Unified Diff: ash/system/cast/tray_cast.cc

Issue 1849623002: Remove unused ash::SHELF_ALIGNMENT_TOP (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fix autoformat problem with <x, >y Created 4 years, 9 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/system/cast/tray_cast.cc
diff --git a/ash/system/cast/tray_cast.cc b/ash/system/cast/tray_cast.cc
index 0905d2c3754e887e5e914eb521b93ad972495897..2767e86793863d5d550bdc544e5773ad26df65cb 100644
--- a/ash/system/cast/tray_cast.cc
+++ b/ash/system/cast/tray_cast.cc
@@ -360,7 +360,6 @@ void CastTrayView::UpdateAlignment(ShelfAlignment alignment) {
views::BoxLayout::Orientation layout = views::BoxLayout::kHorizontal;
switch (alignment) {
case ash::SHELF_ALIGNMENT_BOTTOM:
- case ash::SHELF_ALIGNMENT_TOP:
layout = views::BoxLayout::kHorizontal;
break;
case ash::SHELF_ALIGNMENT_LEFT:

Powered by Google App Engine
This is Rietveld 408576698