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

Unified Diff: ash/common/system/chromeos/audio/tray_audio.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/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 3510da42013009cd1d1cfa428f466dd101479fca..80179bf7741d71857e6da377dec7cbe3110cd624 100644
--- a/ash/common/system/chromeos/audio/tray_audio.cc
+++ b/ash/common/system/chromeos/audio/tray_audio.cc
@@ -74,10 +74,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