Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(66)

Unified Diff: components/arc/common/auth.mojom

Issue 1754803003: Implement Stub for policy bridge to ARC (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Ordering and ordinal numbers in .mojom files, nits adressed Created 4 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « components/arc/common/arc_bridge.mojom ('k') | components/arc/common/policy.mojom » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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
« no previous file with comments | « components/arc/common/arc_bridge.mojom ('k') | components/arc/common/policy.mojom » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698