| Index: ash/common/system/chromeos/session/logout_button_tray.h
|
| diff --git a/ash/common/system/chromeos/session/logout_button_tray.h b/ash/common/system/chromeos/session/logout_button_tray.h
|
| index cc0d3746061fb41c85d82184fb0106172b5f234a..3ca25fc0f9cb2a8591745b940d55903492d20a99 100644
|
| --- a/ash/common/system/chromeos/session/logout_button_tray.h
|
| +++ b/ash/common/system/chromeos/session/logout_button_tray.h
|
| @@ -21,6 +21,8 @@ namespace ash {
|
|
|
| // Adds a logout button to the launcher's status area if enabled by the
|
| // kShowLogoutButtonInTray pref.
|
| +// TODO(mohsen): This is not using much of the TrayBackgroundView functionality.
|
| +// Consider making this a regular View. See https://crbug.com/698134.
|
| class ASH_EXPORT LogoutButtonTray : public TrayBackgroundView,
|
| public LogoutButtonObserver {
|
| public:
|
|
|