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

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

Issue 2828503005: Add NotificationDisplayServiceProxy (Closed)
Patch Set: Rebase 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 8d3daccd901762890f0d04d1866563da88507f46..c33ec4b23c4966ea383cc40063847410ed658f7f 100644
--- a/chrome/browser/notifications/notification_platform_bridge_linux.h
+++ b/chrome/browser/notifications/notification_platform_bridge_linux.h
@@ -29,9 +29,7 @@ class NotificationPlatformBridgeLinux : public NotificationPlatformBridge {
bool incognito,
const GetDisplayedNotificationsCallback& callback) const override;
- // Waits until the D-Bus connection has been created. Returns true
- // if the connection was successful.
- bool BlockUntilReady();
+ void IsConnected(const base::Callback<void(bool)>& callback);
private:
class NativeNotificationThread;

Powered by Google App Engine
This is Rietveld 408576698