| Index: tools/perf/measurements/startup.py
|
| diff --git a/tools/perf/measurements/startup.py b/tools/perf/measurements/startup.py
|
| index 51a90050ac2ff349e0409a2c420deb96f6bdb745..609a621c87ab71a936b0484d26aede8b025fda39 100644
|
| --- a/tools/perf/measurements/startup.py
|
| +++ b/tools/perf/measurements/startup.py
|
| @@ -15,7 +15,7 @@
|
| repeat the page set to ensure it's cached.
|
| """
|
|
|
| - def __init__(self, cold=False, action_name_to_run='RunPageInteractions'):
|
| + def __init__(self, cold=False, action_name_to_run=''):
|
| super(Startup, self).__init__(needs_browser_restart_after_each_page=True,
|
| action_name_to_run=action_name_to_run)
|
| self._cold = cold
|
|
|