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

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

Issue 1553613002: Add ArcAuthService to handle IPC request from ARC (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 11 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/auth/arc_auth_service.h ('k') | components/arc/common/auth.mojom » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/arc/common/arc_bridge.mojom
diff --git a/components/arc/common/arc_bridge.mojom b/components/arc/common/arc_bridge.mojom
index af98bb1bee3a629026111de63436e2cca84febde..1ccd0b79b528ecabb5dd0fa15d3f75b4e4d6e489 100644
--- a/components/arc/common/arc_bridge.mojom
+++ b/components/arc/common/arc_bridge.mojom
@@ -5,6 +5,7 @@
module arc;
import "app.mojom";
+import "auth.mojom";
import "input.mojom";
import "notifications.mojom";
import "power.mojom";
@@ -19,6 +20,9 @@ interface ArcBridgeHost {
// Notifies Chrome that the AppInstance interface is ready.
OnAppInstanceReady@100(AppInstance instance_ptr);
+ // Notifies Chrome that the AuthInstance interface is ready.
+ [MinVersion=1] OnAuthInstanceReady@106(AuthInstance instance_ptr);
+
// Notifies Chrome that the InputInstnace interface is ready.
OnInputInstanceReady@101(InputInstance instance_ptr);
« no previous file with comments | « components/arc/auth/arc_auth_service.h ('k') | components/arc/common/auth.mojom » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698