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

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: Renaming to GetPolicies and OnPolicyUpdated 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
Index: components/arc/common/auth.mojom
diff --git a/components/arc/common/auth.mojom b/components/arc/common/auth.mojom
index 186ef20feab5db0c60d16e36558e4a85eff54865..c7648457389f0a97de84e9246404e13b9d2481c7 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);
+ // Gets whether the account is managed from Chrome OS.
+ [MinVersion=3] GetIsAccountManaged@4() => (bool is_managed);
Luis Héctor Chávez 2016/03/17 15:57:49 nit: Sort lexicographically by method name.
phweiss 2016/03/17 16:07:40 Done.
};
interface AuthInstance {

Powered by Google App Engine
This is Rietveld 408576698