Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(3)

Unified Diff: trunk/src/chrome/browser/notifications/notification_conversion_helper_unittest.cc

Issue 470113003: Revert 289542 "Disable leaky NotificationToNotificationOptions" (Closed) Base URL: svn://svn.chromium.org/chrome/
Patch Set: Created 6 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: trunk/src/chrome/browser/notifications/notification_conversion_helper_unittest.cc
===================================================================
--- trunk/src/chrome/browser/notifications/notification_conversion_helper_unittest.cc (revision 289542)
+++ trunk/src/chrome/browser/notifications/notification_conversion_helper_unittest.cc (working copy)
@@ -77,10 +77,7 @@
DISALLOW_COPY_AND_ASSIGN(NotificationConversionHelperTest);
};
-// TODO(liyanhou): This test is disabled due to memory leaks. Fix and re-enable.
-// http://crbug.com/403759
-TEST_F(NotificationConversionHelperTest,
- DISABLED_NotificationToNotificationOptions) {
+TEST_F(NotificationConversionHelperTest, NotificationToNotificationOptions) {
// Create a notification of image type
scoped_ptr<Notification> notification1 =
CreateNotification(message_center::NOTIFICATION_TYPE_IMAGE);
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698