summaryrefslogtreecommitdiffstats
path: root/tools/perf/measurements/tab_switching.py
diff options
context:
space:
mode:
Diffstat (limited to 'tools/perf/measurements/tab_switching.py')
-rw-r--r--tools/perf/measurements/tab_switching.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/perf/measurements/tab_switching.py b/tools/perf/measurements/tab_switching.py
index fc083e1..90beb13 100644
--- a/tools/perf/measurements/tab_switching.py
+++ b/tools/perf/measurements/tab_switching.py
@@ -20,6 +20,7 @@ class TabSwitching(page_measurement.PageMeasurement):
def CustomizeBrowserOptions(self, options):
options.AppendExtraBrowserArg('--enable-stats-collection-bindings')
options.AppendExtraBrowserArg('--dom-automation')
+ options.AppendExtraBrowserArg('--reduce-security-for-dom-automation-tests')
def CanRunForPage(self, page):
return not page.page_set.pages.index(page)