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

Unified Diff: tools/perf/benchmarks/scheduler.py

Issue 300413002: Add simple pepper plugin telemetry test (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 7 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/benchmarks/scheduler.py
diff --git a/tools/perf/benchmarks/scheduler.py b/tools/perf/benchmarks/scheduler.py
index a6fb1a64f1449663e487e60eda7360399eb69558..eb530febf091df58b9a67eb07f50dc05daafa706 100644
--- a/tools/perf/benchmarks/scheduler.py
+++ b/tools/perf/benchmarks/scheduler.py
@@ -16,3 +16,6 @@ class SchedulerToughSchedulingCases(test.Test):
test = smoothness.Smoothness
page_set = 'page_sets/tough_scheduling_cases.py'
+ def CustomizeBrowserOptions(self, options):
+ # This is needed for testing pepper plugin.
+ options.AppendExtraBrowserArgs('--enable-pepper-testing')

Powered by Google App Engine
This is Rietveld 408576698