Index: tracing/tracing/extras/rail/idle_interaction_record.html |
diff --git a/tracing/tracing/extras/rail/idle_interaction_record.html b/tracing/tracing/extras/rail/idle_interaction_record.html |
index 046280ef747375e6540561eef3b8469bd7ba2580..42cc4a07139bb0171d96d4d39a7a6d0c7dfb37a2 100644 |
--- a/tracing/tracing/extras/rail/idle_interaction_record.html |
+++ b/tracing/tracing/extras/rail/idle_interaction_record.html |
@@ -23,8 +23,8 @@ tr.exportTo('tr.e.rail', function() { |
IdleInteractionRecord.prototype = { |
__proto__: tr.e.rail.RAILInteractionRecord.prototype, |
- get normalizedUserPain() { |
- return 0; |
+ get normalizedUserComfort() { |
+ return 1; |
}, |
// Unlike during active IRs, while the user is idle, the CPU should not be |