| Index: chrome/browser/resources/print_preview/data/destination_store.js
|
| diff --git a/chrome/browser/resources/print_preview/data/destination_store.js b/chrome/browser/resources/print_preview/data/destination_store.js
|
| index bf86886dbf8ade18bff59c7383951f72f0ba2227..c01df39fa5c71fbf72c513c7087ca75e54d0d0b0 100644
|
| --- a/chrome/browser/resources/print_preview/data/destination_store.js
|
| +++ b/chrome/browser/resources/print_preview/data/destination_store.js
|
| @@ -230,8 +230,8 @@ cr.define('print_preview', function() {
|
| __proto__: cr.EventTarget.prototype,
|
|
|
| /**
|
| - * @param {string=} opt_account Account to filter destinations by. When
|
| - * omitted, all destinations are returned.
|
| + * @param {?string=} opt_account Account to filter destinations by. When
|
| + * null or omitted, all destinations are returned.
|
| * @return {!Array.<!print_preview.Destination>} List of destinations
|
| * accessible by the {@code account}.
|
| */
|
|
|