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

Unified Diff: tools/perf/measurements/session_restore_with_url.py

Issue 134793002: Restore results of startup tests. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 11 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
« no previous file with comments | « tools/perf/measurements/session_restore.py ('k') | tools/perf/measurements/startup.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/perf/measurements/session_restore_with_url.py
diff --git a/tools/perf/measurements/session_restore_with_url.py b/tools/perf/measurements/session_restore_with_url.py
index 8ef276b658feeab1a7f64ce4300035f84f8adb77..cd79bb62d3d9ed08871832ad0d232f5ae6af84d9 100644
--- a/tools/perf/measurements/session_restore_with_url.py
+++ b/tools/perf/measurements/session_restore_with_url.py
@@ -8,7 +8,8 @@ from measurements import session_restore
class SessionRestoreWithUrl(session_restore.SessionRestore):
def __init__(self):
- super(SessionRestoreWithUrl, self).__init__()
+ super(SessionRestoreWithUrl, self).__init__(
+ action_name_to_run='navigate_steps')
def CanRunForPage(self, page):
# Run for every page in the page set that has a startup url.
« no previous file with comments | « tools/perf/measurements/session_restore.py ('k') | tools/perf/measurements/startup.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698