| Index: components/user_manager/user.h
|
| diff --git a/components/user_manager/user.h b/components/user_manager/user.h
|
| index 5ff8a10b124b55f1faafb5a398fa9169ee169134..0c34bf03122431c435fcf4d7c305abbd9a4a7a8e 100644
|
| --- a/components/user_manager/user.h
|
| +++ b/components/user_manager/user.h
|
| @@ -91,6 +91,10 @@ class USER_MANAGER_EXPORT User : public UserInfo {
|
| virtual const gfx::ImageSkia& GetImage() const OVERRIDE;
|
| virtual std::string GetUserID() const OVERRIDE;
|
|
|
| + // Is user supervised.
|
| + virtual bool IsSupervised() const;
|
| + virtual void SetIsSupervised(bool is_supervised);
|
| +
|
| // Returns the account name part of the email. Use the display form of the
|
| // email if available and use_display_name == true. Otherwise use canonical.
|
| std::string GetAccountName(bool use_display_email) const;
|
|
|