fixup! [M47_2526] Chromium upversion to m47_2526 branch
authorArnaud Renevier <a.renevier@samsung.com>
Thu, 29 Oct 2015 22:03:11 +0000 (15:03 -0700)
committerYoungsoo Choi <kenshin.choi@samsung.com>
Tue, 10 Jul 2018 07:55:23 +0000 (07:55 +0000)
Since DisplayPersistentNotification and ClosePersistentNotification are
NOTIMPLEMENTED(), GetDisplayedPersistentNotifications should be
NOTIMPLEMENTED() too.

Bug: http://web.sec.samsung.net/bugzilla/show_bug.cgi?id=14515

Reviewed by: a1.gomes, sns.park

Change-Id: Ida2c3aacfdf0f55a91a74edb600ce33e6380f15f
Signed-off-by: Arnaud Renevier <a.renevier@samsung.com>
tizen_src/ewk/efl_integration/browser/notification/notification_controller_efl.cc

index d540750..521beeb 100644 (file)
@@ -281,13 +281,8 @@ void NotificationControllerEfl::SetNotificationCallbacks(Ewk_Notification_Show_C
 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
+  NOTIMPLEMENTED();
   return false;
-#endif
 }
 
 }//namespace