| Index: tools/perf/measurements/smoothness_unittest.py
|
| diff --git a/tools/perf/measurements/smoothness_unittest.py b/tools/perf/measurements/smoothness_unittest.py
|
| index 140ca0a81b6008336c2a92c276c10a64c583514f..40a66e6f7ed06e6c7f0d97b326e4982403059a74 100644
|
| --- a/tools/perf/measurements/smoothness_unittest.py
|
| +++ b/tools/perf/measurements/smoothness_unittest.py
|
| @@ -59,7 +59,6 @@ class SmoothnessUnitTest(page_test_test_case.PageTestTestCase):
|
| measurement = smoothness.Smoothness()
|
| measurement.WillStartBrowser(tab.browser.platform)
|
| measurement.WillNavigateToPage(test_page, tab)
|
| - measurement.WillRunActions(test_page, tab)
|
|
|
| expected_synthetic_delay = set([
|
| 'DELAY(cc.BeginMainFrame;0.012000;static)',
|
|
|