summaryrefslogtreecommitdiff
path: root/chromium/components/arc/mojom/notifications.mojom
diff options
context:
space:
mode:
Diffstat (limited to 'chromium/components/arc/mojom/notifications.mojom')
-rw-r--r--chromium/components/arc/mojom/notifications.mojom4
1 files changed, 2 insertions, 2 deletions
diff --git a/chromium/components/arc/mojom/notifications.mojom b/chromium/components/arc/mojom/notifications.mojom
index 96cee17676a..db460d4f7c0 100644
--- a/chromium/components/arc/mojom/notifications.mojom
+++ b/chromium/components/arc/mojom/notifications.mojom
@@ -243,10 +243,10 @@ interface NotificationsHost {
// TODO(lhchavez): Migrate all request/response messages to Mojo.
interface NotificationsInstance {
// DEPRECATED: Please use Init@5 instead.
- InitDeprecated@0(NotificationsHost host_ptr);
+ InitDeprecated@0(pending_remote<NotificationsHost> host_remote);
// Establishes full-duplex communication with the host.
- [MinVersion=14] Init@5(NotificationsHost host_ptr) => ();
+ [MinVersion=14] Init@5(pending_remote<NotificationsHost> host_remote) => ();
// Sends an event from Chrome notification UI to Android.
// |event| is a type of occured event.