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

Unified Diff: chrome/browser/notifications/notification_platform_bridge_linux.h

Issue 2806203003: Linux native notifications: Support icons (Closed)
Patch Set: Created 3 years, 8 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: 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);

Powered by Google App Engine
This is Rietveld 408576698