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

Unified Diff: ash/shelf/overflow_bubble_view.cc

Issue 1849623002: Remove unused ash::SHELF_ALIGNMENT_TOP (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase Created 4 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/metrics/user_metrics_recorder.cc ('k') | ash/shelf/shelf.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/shelf/overflow_bubble_view.cc
diff --git a/ash/shelf/overflow_bubble_view.cc b/ash/shelf/overflow_bubble_view.cc
index 6573de0d550549d56bf98073463fa5e534b3a9d8..ef288eb278e4bdaccdd316eaa86446b51ac735aa 100644
--- a/ash/shelf/overflow_bubble_view.cc
+++ b/ash/shelf/overflow_bubble_view.cc
@@ -75,7 +75,7 @@ views::BubbleBorder::Arrow OverflowBubbleView::GetBubbleArrow() const {
return views::BubbleBorder::NONE;
return shelf_view_->shelf()->SelectValueForShelfAlignment(
views::BubbleBorder::BOTTOM_LEFT, views::BubbleBorder::LEFT_TOP,
- views::BubbleBorder::RIGHT_TOP, views::BubbleBorder::TOP_LEFT);
+ views::BubbleBorder::RIGHT_TOP);
}
void OverflowBubbleView::ScrollByXOffset(int x_offset) {
« no previous file with comments | « ash/metrics/user_metrics_recorder.cc ('k') | ash/shelf/shelf.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698