| 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 2ea5f41732797d877717f631e290ae6a2420372b..d685f2e04469284345144533464fa5e0a8a48fbb 100644
|
| --- a/chrome/browser/chromeos/arc/arc_auth_service.h
|
| +++ b/chrome/browser/chromeos/arc/arc_auth_service.h
|
| @@ -152,6 +152,8 @@ class ArcAuthService : public ArcService,
|
|
|
| bool IsArcManaged() const;
|
| bool IsArcEnabled() const;
|
| +
|
| + // This requires Arc to be allowed (|IsAllowed|)for current profile.
|
| void EnableArc();
|
| void DisableArc();
|
|
|
|
|