| Index: chrome/browser/notifications/notification_conversion_helper_unittest.cc
|
| diff --git a/chrome/browser/notifications/notification_conversion_helper_unittest.cc b/chrome/browser/notifications/notification_conversion_helper_unittest.cc
|
| index febf0d5f0eca21b1e48a39a937cb9ecaefeb1a7a..5f0f81c8d51e36fa4e1a1db02568c577e2701761 100644
|
| --- a/chrome/browser/notifications/notification_conversion_helper_unittest.cc
|
| +++ b/chrome/browser/notifications/notification_conversion_helper_unittest.cc
|
| @@ -77,7 +77,10 @@ class NotificationConversionHelperTest : public testing::Test {
|
| DISALLOW_COPY_AND_ASSIGN(NotificationConversionHelperTest);
|
| };
|
|
|
| -TEST_F(NotificationConversionHelperTest, NotificationToNotificationOptions) {
|
| +// TODO(liyanhou): This test is disabled due to memory leaks. Fix and re-enable.
|
| +// http://crbug.com/403759
|
| +TEST_F(NotificationConversionHelperTest,
|
| + DISABLED_NotificationToNotificationOptions) {
|
| // Create a notification of image type
|
| scoped_ptr<Notification> notification1 =
|
| CreateNotification(message_center::NOTIFICATION_TYPE_IMAGE);
|
|
|