Chromium Code Reviews| Index: tools/perf/measurements/smoothness_unittest.py |
| diff --git a/tools/perf/measurements/smoothness_unittest.py b/tools/perf/measurements/smoothness_unittest.py |
| index dae3365c0d7a83dc11f993834776d0e8bd2901d9..d6110210eb1c905bdb2bfb89addb9a2dfdf35743 100644 |
| --- a/tools/perf/measurements/smoothness_unittest.py |
| +++ b/tools/perf/measurements/smoothness_unittest.py |
| @@ -26,6 +26,8 @@ class FakeTracingController(object): |
| class FakePlatform(object): |
| def __init__(self): |
| self.tracing_controller = FakeTracingController() |
| + def CanMeasureIdleWakeUps(self): |
|
nednguyen
2015/07/29 22:22:45
Why do you need to add this? IIRC, we removed powe
|
| + return False |
| class FakeBrowser(object): |