Upstream version 5.34.104.0
[platform/framework/web/crosswalk.git] / src / ui / message_center / views / message_center_view_unittest.cc
index 5155ddf..223a15d 100644 (file)
@@ -53,7 +53,7 @@ class MockNotificationView : public NotificationView {
 MockNotificationView::MockNotificationView(MessageCenterController* controller,
                                            const Notification& notification,
                                            Test* test)
-    : NotificationView(controller, notification, true),
+    : NotificationView(controller, notification),
       test_(test) {
 }
 
@@ -104,7 +104,6 @@ class MessageCenterViewTest : public testing::Test,
   virtual bool HasClickedListener(const std::string& notification_id) OVERRIDE;
   virtual void ClickOnNotificationButton(const std::string& notification_id,
                                          int button_index) OVERRIDE;
-  virtual void ExpandNotification(const std::string& notification_id) OVERRIDE;
 
   // Overridden from MockNotificationView::Test
   virtual void RegisterCall(CallType type) OVERRIDE;
@@ -207,12 +206,6 @@ void MessageCenterViewTest::ClickOnNotificationButton(
   NOTREACHED();
 }
 
-void MessageCenterViewTest::ExpandNotification(
-    const std::string& notification_id) {
-  // For this test, this method should not be invoked.
-  NOTREACHED();
-}
-
 void MessageCenterViewTest::RegisterCall(CallType type) {
   callCounts_[type] += 1;
 }