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

Unified Diff: tracing/tracing/model/interaction_record_test.html

Issue 1357983002: Invert pain to comfort throughout tracing. (Closed) Base URL: https://github.com/catapult-project/catapult.git@master
Patch Set: . Created 5 years, 2 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: tracing/tracing/model/interaction_record_test.html
diff --git a/tracing/tracing/model/interaction_record_test.html b/tracing/tracing/model/interaction_record_test.html
index f31d1a9dd8ecff3b397645c3d5d6a7bcab410396..d868dfe586f80fc674f8618236ab5ca09129d5f6 100644
--- a/tracing/tracing/model/interaction_record_test.html
+++ b/tracing/tracing/model/interaction_record_test.html
@@ -32,7 +32,7 @@ tr.b.unittest.testSuite(function() {
start: 100, end: 200,
railTypeName: 'rail_response',
normalizedEfficiency: 1.,
- normalizedUserPain: 0.0
+ normalizedUserComfort: 0.0
});
model.addInteractionRecord(model.ir1);
model.ir1.associatedEvents.push(model.s1);

Powered by Google App Engine
This is Rietveld 408576698