| Index: tools/perf/profile_creators/extensions_profile_creator.py
|
| diff --git a/tools/perf/profile_creators/extensions_profile_creator.py b/tools/perf/profile_creators/extensions_profile_creator.py
|
| index 88dbb5715dc6bdd4874477fe88f02befd35b7e61..aaa25c9693dc10c454ca5df4ba7a3c106b82623a 100644
|
| --- a/tools/perf/profile_creators/extensions_profile_creator.py
|
| +++ b/tools/perf/profile_creators/extensions_profile_creator.py
|
| @@ -154,11 +154,11 @@ class ExtensionsProfileCreator(profile_creator.ProfileCreator):
|
| def CustomizeBrowserOptions(self, options):
|
| self._output_profile_path = options.output_profile_path
|
|
|
| - def WillRunTest(self, options):
|
| + def WillRunTest(self):
|
| """Run before browser starts.
|
|
|
| Download extensions and write installation files."""
|
| - super(ExtensionsProfileCreator, self).WillRunTest(options)
|
| + super(ExtensionsProfileCreator, self).WillRunTest()
|
|
|
| # Running this script on a corporate network or other managed environment
|
| # could potentially alter the profile contents.
|
|
|