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

Unified Diff: ash/common/system/tray/system_tray_item.cc

Issue 2491033006: Adjust positioning of cros tray bubbles. (Closed)
Patch Set: . Created 4 years, 1 month 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/common/system/tray/system_tray_item.cc
diff --git a/ash/common/system/tray/system_tray_item.cc b/ash/common/system/tray/system_tray_item.cc
index e1e579851dca95457f1de8b0f8d7c172d3e0ff4f..518c1aef22dad24996afbfe1feaf0526587e485c 100644
--- a/ash/common/system/tray/system_tray_item.cc
+++ b/ash/common/system/tray/system_tray_item.cc
@@ -69,10 +69,6 @@ void SystemTrayItem::HideNotificationView() {
system_tray()->HideNotificationView(this);
}
-bool SystemTrayItem::ShouldHideArrow() const {
- return false;
-}
-
bool SystemTrayItem::ShouldShowShelf() const {
return true;
}

Powered by Google App Engine
This is Rietveld 408576698