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

Unified Diff: third_party/WebKit/PerformanceTests/resources/runner.js

Issue 2860673004: Remove unused code in runner.js (Closed)
Patch Set: Created 3 years, 8 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: third_party/WebKit/PerformanceTests/resources/runner.js
diff --git a/third_party/WebKit/PerformanceTests/resources/runner.js b/third_party/WebKit/PerformanceTests/resources/runner.js
index 3ce2eef328aa5c3d9f2c18c8ec46fe9551aa34bf..246385aec10c297d876244d3f14ab21bdcda51f9 100644
--- a/third_party/WebKit/PerformanceTests/resources/runner.js
+++ b/third_party/WebKit/PerformanceTests/resources/runner.js
@@ -172,7 +172,6 @@ if (window.testRunner) {
if (runner && test.tracingCategories && window.testRunner &&
window.testRunner.supportTracing) {
- window.testRunner.traceEventsToMeasure = test.traceEventsToMeasure;
nednguyen 2017/05/03 16:29:18 This was mistakenly left out when I switch to usin
window.testRunner.startTracing(test.tracingCategories, function() {
scheduleNextRun(scheduler, runner);
});
« 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