| Index: chrome/browser/notifications/notification_platform_bridge_linux.h
|
| diff --git a/chrome/browser/notifications/notification_platform_bridge_linux.h b/chrome/browser/notifications/notification_platform_bridge_linux.h
|
| index af0b9ee3629f1967a4fd32e24ccf7598a2391ca0..12b94e341beb76973a4ef38595cebbb866511ddc 100644
|
| --- a/chrome/browser/notifications/notification_platform_bridge_linux.h
|
| +++ b/chrome/browser/notifications/notification_platform_bridge_linux.h
|
| @@ -53,10 +53,8 @@ class NotificationPlatformBridgeLinux : public NotificationPlatformBridge {
|
| UnorderedUniqueSet<NotificationData> notifications_;
|
|
|
| // Makes the "Notify" call to D-Bus.
|
| - void NotifyNow(uint32_t dbus_id,
|
| - NotificationCommon::Type notification_type,
|
| - const Notification& notification,
|
| - GCancellable* cancellable,
|
| + void NotifyNow(const Notification& notification,
|
| + NotificationData* data,
|
| GAsyncReadyCallback callback,
|
| gpointer user_data);
|
|
|
|
|