Upstream version 9.38.198.0
[platform/framework/web/crosswalk.git] / src / ash / system / tray / system_tray.h
index 99f5de0..2df725d 100644 (file)
@@ -161,6 +161,10 @@ class ASH_EXPORT SystemTray : public TrayBackgroundView,
   // Resets |notification_bubble_| and clears any related state.
   void DestroyNotificationBubble();
 
+  // Returns a string with the current time for accessibility on the status
+  // tray bar.
+  base::string16 GetAccessibleTimeString(const base::Time& now) const;
+
   // Calculates the x-offset for the item in the tray. Returns -1 if its tray
   // item view is not visible.
   int GetTrayXOffset(SystemTrayItem* item) const;