Chromium Code Reviews| Index: components/arc/common/auth.mojom |
| diff --git a/components/arc/common/auth.mojom b/components/arc/common/auth.mojom |
| index 186ef20feab5db0c60d16e36558e4a85eff54865..4000cd2171b6ab294e45aaa7fcb5e138c6ba7506 100644 |
| --- a/components/arc/common/auth.mojom |
| +++ b/components/arc/common/auth.mojom |
| @@ -25,6 +25,8 @@ interface AuthHost { |
| // Notifies Chrome that the sign-in fails to complete and provides failure |
| // reason. |
| [MinVersion=2] OnSignInFailed@3(ArcSignInFailureReason reason); |
| + // Get is account managed from CrOs. |
|
Thiemo Nagel
2016/03/15 16:49:22
CrOs --> Chrome OS
phweiss
2016/03/15 17:38:23
Done.
|
| + [MinVersion=3] GetIsAccountManaged@4() => (bool is_managed); |
| }; |
| interface AuthInstance { |