Index: tools/perf/measurements/page_cycler_unittest.py |
diff --git a/tools/perf/measurements/page_cycler_unittest.py b/tools/perf/measurements/page_cycler_unittest.py |
index 7f32c92b68d348d34591b1bdcaecedda8da52c0c..5b1a72c812740dba0ec9d9ad97497b1d04cf8765 100644 |
--- a/tools/perf/measurements/page_cycler_unittest.py |
+++ b/tools/perf/measurements/page_cycler_unittest.py |
@@ -90,6 +90,8 @@ class FakePlatform(object): |
return 'fake' |
def CanMonitorPower(self): |
return False |
+ def CanMeasureIdleWakeUps(self): |
+ return False |
class PageCyclerUnitTest(unittest.TestCase): |