| Index: chrome/browser/chromeos/arc/arc_auth_service.h
|
| diff --git a/chrome/browser/chromeos/arc/arc_auth_service.h b/chrome/browser/chromeos/arc/arc_auth_service.h
|
| index 3466f886ad1a252bc28ddfc88d673d6b26ed6c4e..bae1f491e91146dfd00d3fdc1744494098e33303 100644
|
| --- a/chrome/browser/chromeos/arc/arc_auth_service.h
|
| +++ b/chrome/browser/chromeos/arc/arc_auth_service.h
|
| @@ -108,6 +108,8 @@ class ArcAuthService : public ArcService,
|
|
|
| static void EnableCheckAndroidManagementForTesting();
|
|
|
| + static bool IsAccountManaged(Profile* profile);
|
| +
|
| // Returns true if Arc is allowed to run for the given profile.
|
| static bool IsAllowedForProfile(const Profile* profile);
|
|
|
|
|