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

Unified Diff: ash/common/system/chromeos/audio/tray_audio.cc

Issue 2491033006: Adjust positioning of cros tray bubbles. (Closed)
Patch Set: rebase and update bug link 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/chromeos/audio/tray_audio.cc
diff --git a/ash/common/system/chromeos/audio/tray_audio.cc b/ash/common/system/chromeos/audio/tray_audio.cc
index db597c0a9b6f7c89e8985facdab10b24a0b876d4..a203026ed54fa43a0fe1ab24fba1c2ad99525753 100644
--- a/ash/common/system/chromeos/audio/tray_audio.cc
+++ b/ash/common/system/chromeos/audio/tray_audio.cc
@@ -92,10 +92,6 @@ void TrayAudio::DestroyDetailedView() {
}
}
-bool TrayAudio::ShouldHideArrow() const {
- return true;
-}
-
bool TrayAudio::ShouldShowShelf() const {
return !pop_up_volume_view_;
}

Powered by Google App Engine
This is Rietveld 408576698