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

Unified Diff: ash/common/system/chromeos/brightness/tray_brightness.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/brightness/tray_brightness.cc
diff --git a/ash/common/system/chromeos/brightness/tray_brightness.cc b/ash/common/system/chromeos/brightness/tray_brightness.cc
index 4f90583f9511a2119699e31f875fe740fae81993..610ade79df3a75c5d544b95d1a921efc3960a895 100644
--- a/ash/common/system/chromeos/brightness/tray_brightness.cc
+++ b/ash/common/system/chromeos/brightness/tray_brightness.cc
@@ -257,10 +257,6 @@ void TrayBrightness::DestroyDetailedView() {
void TrayBrightness::UpdateAfterLoginStatusChange(LoginStatus status) {}
-bool TrayBrightness::ShouldHideArrow() const {
- return true;
-}
-
bool TrayBrightness::ShouldShowShelf() const {
return false;
}

Powered by Google App Engine
This is Rietveld 408576698