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

Unified Diff: tracing/tracing/extras/rail/stub_rail_interaction_record.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/extras/rail/stub_rail_interaction_record.html
diff --git a/tracing/tracing/extras/rail/stub_rail_interaction_record.html b/tracing/tracing/extras/rail/stub_rail_interaction_record.html
index d2cfa53bb3f7782aabfffbf94e2aae59859edd7a..7206f9d5a3144f54077176eb58a55260e0a6a5c1 100644
--- a/tracing/tracing/extras/rail/stub_rail_interaction_record.html
+++ b/tracing/tracing/extras/rail/stub_rail_interaction_record.html
@@ -31,8 +31,8 @@ tr.exportTo('tr.e.rail', function() {
StubRAILInteractionRecord.prototype = {
__proto__: tr.e.rail.RAILInteractionRecord.prototype,
- get normalizedUserPain() {
- return this.args.normalizedUserPain;
+ get normalizedUserComfort() {
+ return this.args.normalizedUserComfort;
},
get normalizedEfficiency() {
« no previous file with comments | « tracing/tracing/extras/rail/response_interaction_record_test.html ('k') | tracing/tracing/model/interaction_record_test.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698