| Index: remoting/webapp/base/js/client_session.js
|
| diff --git a/remoting/webapp/base/js/client_session.js b/remoting/webapp/base/js/client_session.js
|
| index 623d52e7e0505b36ea7a72be01c43d43d61bbc80..8d02310114fac7717554463c8c645dec3dc76e0c 100644
|
| --- a/remoting/webapp/base/js/client_session.js
|
| +++ b/remoting/webapp/base/js/client_session.js
|
| @@ -603,7 +603,7 @@ function recordState(state) {
|
|
|
| var metricDescription = {
|
| metricName: 'Chromoting.Connections',
|
| - type: 'histogram-linear',
|
| + type: chrome.metricsPrivate.MetricTypeType.HISTOGRAM_LINEAR,
|
| // According to histogram.h, minimum should be 1. Values less than minimum
|
| // end up in the 0th bucket.
|
| min: 1,
|
|
|