Chromium Code Reviews| Index: chrome/browser/resources/print_preview/data/local_parsers.js |
| diff --git a/chrome/browser/resources/print_preview/data/local_parsers.js b/chrome/browser/resources/print_preview/data/local_parsers.js |
| index a613178f32f9d892eebe76b64eaffb823495e541..11f5134c20633ecde6ae71a9472111c4e03ae70e 100644 |
| --- a/chrome/browser/resources/print_preview/data/local_parsers.js |
| +++ b/chrome/browser/resources/print_preview/data/local_parsers.js |
| @@ -82,8 +82,8 @@ cr.define('print_preview', function() { |
| destinationInfo.name, |
| false /* isRecent */, |
| print_preview.Destination.ConnectionStatus.ONLINE, |
| - {description: destinationInfo.description || '', |
|
tbarzic
2015/03/05 23:50:59
with extension name being displayed as hint for pr
Aleksey Shlyapnikov
2015/03/06 00:27:39
Would it occur to anyone to search for the printer
tbarzic
2015/03/06 03:16:11
The point of showing extension name is not as much
|
| - extensionId: destinationInfo.extensionId}); |
| + {extensionId: destinationInfo.extensionId, |
| + extensionName: destinationInfo.extensionName || ''}); |
| }; |
| // Export |