[M47_2526] Chromium upversion to m47_2526 branch
[platform/framework/web/chromium-efl.git] / tizen_src / ewk / efl_integration / browser / notification / notification_controller_efl.h
index 994f022..55bfd56 100644 (file)
@@ -122,6 +122,12 @@ class NotificationControllerEfl: public PlatformNotificationService {
       BrowserContext* browser_context,
       int64_t persistent_notification_id) override;
 
+  // Writes the ids of all currently displaying persistent notifications for the
+  // given |browser_context| to |displayed_notifications|. Returns whether the
+  // platform is able to provide such a set.
+  bool GetDisplayedPersistentNotifications(
+      BrowserContext* browser_context,
+      std::set<std::string>* displayed_notifications) override;
 
  private:
   blink::WebNotificationPermission CheckPermissionForOrigin(