Index: scripts/slave/recipe_modules/chromium/steps.py |
diff --git a/scripts/slave/recipe_modules/chromium/steps.py b/scripts/slave/recipe_modules/chromium/steps.py |
index 86a30ef88df1e4756e21a5f5a0b2abee29a55c0d..b4e2ff79d4e090446101a33cbe159dac383af851 100644 |
--- a/scripts/slave/recipe_modules/chromium/steps.py |
+++ b/scripts/slave/recipe_modules/chromium/steps.py |
@@ -412,7 +412,8 @@ class DynamicPerfTests(Test): |
perf_dashboard_id=test.get('perf_dashboard_id', test_name), |
perf_id=self.perf_id, |
test_type=test.get('perf_dashboard_id', test_name), |
- xvfb=True) |
+ xvfb=True, |
+ chartjson_file=test.get('chartjson_file', False)) |
except api.step.StepFailure as f: |
exception = f |
if exception: |