Chromium Code Reviews| 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 c71ddc03849168ae3cf1acab8003a9a729ce920c..0f3d4a9cf3c8e2b1a76c02942021c2f5b364e6e2 100644 |
| --- a/chrome/browser/chromeos/arc/arc_auth_service.h |
| +++ b/chrome/browser/chromeos/arc/arc_auth_service.h |
| @@ -99,6 +99,8 @@ class ArcAuthService : public ArcService, |
| void GetAuthCode(const GetAuthCodeCallback& callback) override; |
| void OnSignInComplete() override; |
| void OnSignInFailed(arc::ArcSignInFailureReason reason) override; |
| + void GetIsAccountManaged( |
|
Thiemo Nagel
2016/03/15 16:49:22
Please add comment.
phweiss
2016/03/15 17:38:23
Done.
|
| + const GetIsAccountManagedCallback& callback) override; |
| // May be called internally as response to on Arc OptIn preference change |
| // or externally from Arc support platform app. |