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

Unified Diff: tools/perf/core/perf_benchmark.py

Issue 2378153002: Remove Extra Underscore (Closed)
Patch Set: Created 4 years, 3 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 | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/perf/core/perf_benchmark.py
diff --git a/tools/perf/core/perf_benchmark.py b/tools/perf/core/perf_benchmark.py
index 2adffbf583d63631778488f175c84934a4c7e195..2f8d07e3813200586c9a542f17db5bf913105701 100644
--- a/tools/perf/core/perf_benchmark.py
+++ b/tools/perf/core/perf_benchmark.py
@@ -59,7 +59,7 @@ class PerfBenchmark(benchmark.Benchmark):
return []
return fieldtrial_util.GenerateArgs(
- os.path.join(variations_dir, 'fieldtrial_testing_config_.json'),
+ os.path.join(variations_dir, 'fieldtrial_testing_config.json'),
self._FixupTargetOS(possible_browser.target_os))
@staticmethod
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698