Chromium Code Reviews| Index: ash/system/tray/system_tray.h |
| diff --git a/ash/system/tray/system_tray.h b/ash/system/tray/system_tray.h |
| index 99f5de033c561d39838ad425abd351a95a22a1d0..c4e69dabe2dbf90368fc28a8da079ff97e4e2f5c 100644 |
| --- a/ash/system/tray/system_tray.h |
| +++ b/ash/system/tray/system_tray.h |
| @@ -121,6 +121,10 @@ class ASH_EXPORT SystemTray : public TrayBackgroundView, |
| // Returns true if the bubble exists. |
| bool CloseNotificationBubbleForTest() const; |
| + // Returns a string with the current time for accessibility on the status |
| + // tray bar. |
| + base::string16 GetAccessibleTimeString(const base::Time& now) const; |
|
dmazzoni
2014/07/10 17:28:21
This should be private.
evy
2014/07/10 18:57:40
Done.
|
| + |
| // Overridden from TrayBackgroundView. |
| virtual void SetShelfAlignment(ShelfAlignment alignment) OVERRIDE; |
| virtual void AnchorUpdated() OVERRIDE; |