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

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

Issue 606213002: Compile print_preview, part 6: reduce down to 48 errors (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@J_print_preview_5
Patch Set: vitalybuka@'s review Created 6 years, 3 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
Index: chrome/browser/resources/print_preview/data/destination.js
diff --git a/chrome/browser/resources/print_preview/data/destination.js b/chrome/browser/resources/print_preview/data/destination.js
index 4bbaeb12f2853cb6a7a66c2dde5545f02ed5c338..fef1976625cda3a1b487702671b9af13b882bf4e 100644
--- a/chrome/browser/resources/print_preview/data/destination.js
+++ b/chrome/browser/resources/print_preview/data/destination.js
@@ -28,7 +28,8 @@ cr.exportPath('print_preview');
* page_orientation: ({
* option: !Array.<{type: (string|undefined),
* is_default: (boolean|undefined)}>
- * }|undefined)
+ * }|undefined),
+ * media_size: print_preview.ticket_items.MediaSize
* }
* }}
*/

Powered by Google App Engine
This is Rietveld 408576698