Upstream version 5.34.104.0
[platform/framework/web/crosswalk.git] / src / chrome / browser / notifications / sync_notifier / chrome_notifier_delegate_unittest.cc
index e952a82..07392f5 100644 (file)
@@ -95,6 +95,8 @@ TEST_F(ChromeNotifierDelegateTest, ClickTest) {
   scoped_refptr<notifier::ChromeNotifierDelegate> delegate(
       new notifier::ChromeNotifierDelegate(id, notifier()));
 
+  EXPECT_TRUE(delegate->HasClickedListener());
+
   // Set up an observer to wait for the navigation
   content::WindowedNotificationObserver observer(
         chrome::NOTIFICATION_TAB_ADDED,