Index: components/arc/common/auth.mojom |
diff --git a/components/arc/common/auth.mojom b/components/arc/common/auth.mojom |
index 186ef20feab5db0c60d16e36558e4a85eff54865..4bd67303924d678c65aad8616e4983fbc2d34540 100644 |
--- a/components/arc/common/auth.mojom |
+++ b/components/arc/common/auth.mojom |
@@ -20,6 +20,8 @@ interface AuthHost { |
// Returns an authorization code in case is_enforced is set, which can be used |
// to sign in. |
[MinVersion=1] GetAuthCode@1() => (string auth_code, bool is_enforced); |
+ // Gets whether the account is managed from Chrome OS. |
+ [MinVersion=3] GetIsAccountManaged@4() => (bool is_managed); |
// Notifies Chrome that the sign-in is completed successfully. |
[MinVersion=2] OnSignInComplete@2(); |
// Notifies Chrome that the sign-in fails to complete and provides failure |