| Index: chrome/browser/resources/print_preview/metrics.js
|
| diff --git a/chrome/browser/resources/print_preview/metrics.js b/chrome/browser/resources/print_preview/metrics.js
|
| index bdeaf141efbb8ccad2760a4bd521f041b76a711f..a791010997a15acfcf53a3641a895f4d29438bab 100644
|
| --- a/chrome/browser/resources/print_preview/metrics.js
|
| +++ b/chrome/browser/resources/print_preview/metrics.js
|
| @@ -35,7 +35,7 @@ cr.define('print_preview', function() {
|
| * @param {!print_preview.Metrics.Bucket} bucket Bucket to increment.
|
| */
|
| increment: function(bucket) {
|
| - chrome.send('reportDestinationEvent', bucket);
|
| + chrome.send('reportDestinationEvent', [bucket]);
|
| }
|
| };
|
|
|
|
|