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

Unified Diff: ash/system/tray_caps_lock.cc

Issue 9753019: ash: Add a bluetooth entry in the uber tray. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: comment Created 8 years, 9 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
Index: ash/system/tray_caps_lock.cc
diff --git a/ash/system/tray_caps_lock.cc b/ash/system/tray_caps_lock.cc
index 9d4e33af457c2b4fb93744a7c85936b1215013b3..bcd3cb2674c19cbdda3f21393b175539d029c5b6 100644
--- a/ash/system/tray_caps_lock.cc
+++ b/ash/system/tray_caps_lock.cc
@@ -18,7 +18,7 @@ TrayCapsLock::TrayCapsLock()
TrayCapsLock::~TrayCapsLock() {}
-bool TrayCapsLock::ShouldDisplay() {
+bool TrayCapsLock::InitialVisibility() {
return ash::Shell::GetInstance()->tray_delegate()->IsCapsLockOn();
}

Powered by Google App Engine
This is Rietveld 408576698