| Index: ash/system/tray/system_tray_delegate.h
|
| diff --git a/ash/system/tray/system_tray_delegate.h b/ash/system/tray/system_tray_delegate.h
|
| index de86112dbd72e4aacdeeb00360819e7acaee1478..f235fb2e3d3f911ddf5efa9f4b0a26fba7109f95 100644
|
| --- a/ash/system/tray/system_tray_delegate.h
|
| +++ b/ash/system/tray/system_tray_delegate.h
|
| @@ -119,6 +119,9 @@ class ASH_EXPORT SystemTrayDelegate {
|
| // Returns the notification for supervised users.
|
| virtual const base::string16 GetSupervisedUserMessage() const = 0;
|
|
|
| + // Returns true if the current user is supervised.
|
| + virtual bool IsUserSupervised() const = 0;
|
| +
|
| // Returns whether a system upgrade is available.
|
| virtual bool SystemShouldUpgrade() const = 0;
|
|
|
|
|