| Index: ash/system/tray/system_tray_unittest.cc
|
| diff --git a/ash/system/tray/system_tray_unittest.cc b/ash/system/tray/system_tray_unittest.cc
|
| index a76b27cbf63803a13b1748b0da1605f02465acb9..52c4ee37815db648717e98e4bf43222b32afdb25 100644
|
| --- a/ash/system/tray/system_tray_unittest.cc
|
| +++ b/ash/system/tray/system_tray_unittest.cc
|
| @@ -164,8 +164,7 @@ TEST_F(SystemTrayTest, TrayWidgetAutoResizes) {
|
| tray->GetWidget()->GetWindowScreenBounds().size().ToString());
|
| }
|
|
|
| -// Disabled due to a use-after-free, see http://crbug.com/127539.
|
| -TEST_F(SystemTrayTest, DISABLED_SystemTrayNotifications) {
|
| +TEST_F(SystemTrayTest, SystemTrayNotifications) {
|
| scoped_ptr<SystemTray> tray(CreateSystemTray());
|
| ASSERT_TRUE(tray->GetWidget());
|
|
|
|
|