| Index: ash/system/web_notification/web_notification_tray.h
|
| diff --git a/ash/system/web_notification/web_notification_tray.h b/ash/system/web_notification/web_notification_tray.h
|
| index 0c90217506bd1501b6b39a56fa458d70f59b675c..7b61d27d5b54067e087e39c59853d39d153afc24 100644
|
| --- a/ash/system/web_notification/web_notification_tray.h
|
| +++ b/ash/system/web_notification/web_notification_tray.h
|
| @@ -157,6 +157,10 @@ class ASH_EXPORT WebNotificationTray
|
| return message_center_bubble_.get();
|
| }
|
|
|
| + // Returns true if any user is logged in and the system is not at the screen
|
| + // for adding a secondary user.
|
| + bool IsLoggedIn() const;
|
| +
|
| // Testing accessors.
|
| bool IsPopupVisible() const;
|
| message_center::MessageCenterBubble* GetMessageCenterBubbleForTest();
|
|
|