| Index: tools/telemetry/telemetry/page/actions/scroll_bounce.py
|
| diff --git a/tools/telemetry/telemetry/page/actions/scroll_bounce.py b/tools/telemetry/telemetry/page/actions/scroll_bounce.py
|
| index 6bdd25f212fff3823aca1949b311f277fd16301f..5ca2f7217970cf2ed6451f654952f616ffe70976 100644
|
| --- a/tools/telemetry/telemetry/page/actions/scroll_bounce.py
|
| +++ b/tools/telemetry/telemetry/page/actions/scroll_bounce.py
|
| @@ -109,13 +109,3 @@ class ScrollBounceAction(GestureAction):
|
| speed))
|
|
|
| tab.WaitForJavaScriptExpression('window.__scrollBounceActionDone', 60)
|
| -
|
| - def CanBeBound(self):
|
| - return True
|
| -
|
| - def BindMeasurementJavaScript(self, tab, start_js, stop_js):
|
| - # Make the scroll bounce action start and stop measurement automatically.
|
| - tab.ExecuteJavaScript("""
|
| - window.__scrollBounceAction.beginMeasuringHook = function() { %s };
|
| - window.__scrollBounceAction.endMeasuringHook = function() { %s };
|
| - """ % (start_js, stop_js))
|
|
|