| 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 61c7ff19acaf72515e80ad1dcbef5ee0a0b02fc1..47433878106419cfb70c874282d5be8603c5fdb2 100644
|
| --- a/chrome/browser/chromeos/arc/arc_auth_service.h
|
| +++ b/chrome/browser/chromeos/arc/arc_auth_service.h
|
| @@ -153,6 +153,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();
|
|
|
|
|