| Index: chrome/browser/resources/print_preview/print_preview.js
|
| diff --git a/chrome/browser/resources/print_preview/print_preview.js b/chrome/browser/resources/print_preview/print_preview.js
|
| index 471d2a3d74e5115404277a25c4481d7c80ea658d..94a4445f2821914d33ee578a14700544086d9148 100644
|
| --- a/chrome/browser/resources/print_preview/print_preview.js
|
| +++ b/chrome/browser/resources/print_preview/print_preview.js
|
| @@ -704,6 +704,8 @@ cr.define('print_preview', function() {
|
| * @private
|
| */
|
| onCloudPrintRegisterPromoClick_: function(e) {
|
| + this.metrics_.incrementDestinationSearchBucket(
|
| + print_preview.Metrics.DestinationSearchBucket.REGISTER_PROMO_SELECTED);
|
| var devicesUrl = 'chrome://devices/register?id=' + e.destination.id;
|
| this.nativeLayer_.startForceOpenNewTab(devicesUrl);
|
| this.destinationStore_.waitForRegister(e.destination.id);
|
|
|