Chromium Code Reviews| 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 86465a5a46c7ad18f6c21d0bdbbc8b2f718f2b60..b80f65eecb8dd9ebc34d2a8de047e92e69fecc13 100644 | 
| --- a/chrome/browser/resources/print_preview/data/destination_store.js | 
| +++ b/chrome/browser/resources/print_preview/data/destination_store.js | 
| @@ -343,6 +343,7 @@ cr.define('print_preview', function() { | 
| var mediaDisplayNames = { | 
| 'ISO_A4': 'A4', | 
| 'ISO_A3': 'A3', | 
| + 'ISO_A0': 'A0', | 
| 
 
Aleksey Shlyapnikov
2015/10/19 16:00:27
There's crbug/493830 regarding exposing more media
 
AlexisBRENON
2015/10/20 08:08:55
Acknowledged.
 
 | 
| 'NA_LETTER': 'Letter', | 
| 'NA_LEGAL': 'Legal', | 
| 'NA_LEDGER': 'Tabloid' |