Commit 6f013bd0 authored by Clifford Cheng's avatar Clifford Cheng Committed by Commit Bot

Updates the CPUMemoryBenckmark test to load extension from test_extension to telemetry_extension.

Bug: 826072
Change-Id: Ifb817974924f60bfe68b5304f78f5412a367f154
Reviewed-on: https://chromium-review.googlesource.com/981526Reviewed-by: default avatarmark a. foltz <mfoltz@chromium.org>
Commit-Queue: mark a. foltz <mfoltz@chromium.org>
Cr-Commit-Position: refs/heads/master@{#545971}
parent 4e606d32
......@@ -107,7 +107,7 @@ class CPUMemoryBenckmark(perf_benchmark.PerfBenchmark):
options.AppendExtraBrowserArgs([
'--load-extension=' +
os.path.join(path_util.GetChromiumSrcDir(), 'out',
'Release', 'media_router', 'test_extension'),
'Release', 'media_router', 'telemetry_extension'),
'--media-router=0',
'--enable-stats-collection-bindings'
])
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment