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

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

Issue 1572483002: Implement OnGetNetworks for net.mojom (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
Index: components/arc/common/arc_bridge.mojom
diff --git a/components/arc/common/arc_bridge.mojom b/components/arc/common/arc_bridge.mojom
index ae180b9730711d9bb8bb351619bd358ddd93469e..588f5d5bee40ee27583a92ba0e9c2c4bcafae4b4 100644
--- a/components/arc/common/arc_bridge.mojom
+++ b/components/arc/common/arc_bridge.mojom
@@ -8,6 +8,7 @@ import "app.mojom";
import "auth.mojom";
import "clipboard.mojom";
import "input.mojom";
+import "net.mojom";
import "notifications.mojom";
import "power.mojom";
import "process.mojom";
@@ -30,6 +31,9 @@ interface ArcBridgeHost {
// Notifies Chrome that the InputInstnace interface is ready.
OnInputInstanceReady@101(InputInstance instance_ptr);
+ // Notifies Chrome that the NetInstance interface is ready.
+ [MinVersion=3] OnNetInstanceReady@108(NetInstance instance_ptr);
+
// Notifies Chrome that the NotificationsInstance interface is ready.
OnNotificationsInstanceReady@102(NotificationsInstance instance_ptr);

Powered by Google App Engine
This is Rietveld 408576698