Index: base/system_monitor_unittest.cc |
diff --git a/base/system_monitor_unittest.cc b/base/system_monitor_unittest.cc |
index 37eb1f55cd991971046102f5a1b05c0254f6263c..0ca8d61fbda69d713fd783c04591ca89b88b4df6 100644 |
--- a/base/system_monitor_unittest.cc |
+++ b/base/system_monitor_unittest.cc |
@@ -31,8 +31,7 @@ class PowerTest : public base::SystemMonitor::PowerObserver { |
int resumes_; // Count of OnResume notifications. |
}; |
-// Disabled as a temporary workaround for http://crbug.com/12187 |
-TEST(SystemMonitor, DISABLED_PowerNotifications) { |
+TEST(SystemMonitor, PowerNotifications) { |
const int kObservers = 5; |
// Initialize a message loop for this to run on. |