| 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 d86d93f97063180244932ade7f347e83f110617b..02be97ab13d9bc37b4cdd304c848204c3b3ac168 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();
|
|
|
|
|