| Index: chrome/browser/resources/print_preview/data/capabilities_holder.js
|
| diff --git a/chrome/browser/resources/print_preview/data/capabilities_holder.js b/chrome/browser/resources/print_preview/data/capabilities_holder.js
|
| index cc5324a5af2599b48e097f8427203076151a27a4..e872f4f0ef32bb090fd8e002d4d03ae9c5d29643 100644
|
| --- a/chrome/browser/resources/print_preview/data/capabilities_holder.js
|
| +++ b/chrome/browser/resources/print_preview/data/capabilities_holder.js
|
| @@ -24,7 +24,10 @@ cr.define('print_preview', function() {
|
| return this.capabilities_;
|
| },
|
|
|
| - /** @param {!print_preview.Cdd} New instance to put into the holder. */
|
| + /**
|
| + * @param {!print_preview.Cdd} capabilities New instance to put into the
|
| + * holder.
|
| + */
|
| set: function(capabilities) {
|
| this.capabilities_ = capabilities;
|
| }
|
|
|