[M47_2526] Chromium upversion to m47_2526 branch
[platform/framework/web/chromium-efl.git] / tizen_src / ewk / efl_integration / browser / notification / notification_controller_efl.cc
index 2087db9..d540750 100644 (file)
@@ -278,4 +278,16 @@ void NotificationControllerEfl::SetNotificationCallbacks(Ewk_Notification_Show_C
   notification_callback_user_data_ = user_data;
 }
 
+bool NotificationControllerEfl::GetDisplayedPersistentNotifications(
+    BrowserContext* browser_context,
+    std::set<std::string>* displayed_notifications) {
+#if !defined(EWK_BRINGUP)
+// [M47_2526] Need to implement this API
+//            FIXME: http://web.sec.samsung.net/bugzilla/show_bug.cgi?id=14515
+#else
+  // This line should be removed after resolving above issue
+  return false;
+#endif
+}
+
 }//namespace