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

Unified Diff: ash/system/tray_caps_lock.h

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.h
diff --git a/ash/system/tray_caps_lock.h b/ash/system/tray_caps_lock.h
index 9bc490a328ac90bb4aae1cbb705f64a51119a68a..910dbdba78705962399717135b766125bd5b2aac 100644
--- a/ash/system/tray_caps_lock.h
+++ b/ash/system/tray_caps_lock.h
@@ -31,7 +31,7 @@ class TrayCapsLock : public TrayImageItem,
private:
// Overridden from TrayImageItem.
- virtual bool ShouldDisplay() OVERRIDE;
+ virtual bool InitialVisibility() OVERRIDE;
// Overridden from CapsLockObserver.
virtual void OnCapsLockChanged(bool enabled) OVERRIDE;

Powered by Google App Engine
This is Rietveld 408576698