Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(421)

Unified Diff: tools/perf/profile_creators/extensions_profile_creator.py

Issue 637153002: telemetry: Remove command line args from page test (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: . Created 6 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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.

Powered by Google App Engine
This is Rietveld 408576698