Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(2280)

Unified Diff: chrome/browser/resources/print_preview/data/destination_store.js

Issue 1407353003: Expose more paper sizes when printing to PDF (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « AUTHORS ('k') | chrome/browser/ui/webui/print_preview/print_preview_handler.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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'
« no previous file with comments | « AUTHORS ('k') | chrome/browser/ui/webui/print_preview/print_preview_handler.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698