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

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

Issue 540563002: Export vendor capabilities to the CJT ticket. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: 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/app_state.js
diff --git a/chrome/browser/resources/print_preview/data/app_state.js b/chrome/browser/resources/print_preview/data/app_state.js
index 2d9a9c1dca2b8163c3473f00b136d151ffc2b7f2..ffdda9a13c1ee6b79735bd8469470af02b1377e4 100644
--- a/chrome/browser/resources/print_preview/data/app_state.js
+++ b/chrome/browser/resources/print_preview/data/app_state.js
@@ -48,7 +48,8 @@ cr.define('print_preview', function() {
IS_HEADER_FOOTER_ENABLED: 'isHeaderFooterEnabled',
IS_LANDSCAPE_ENABLED: 'isLandscapeEnabled',
IS_COLLATE_ENABLED: 'isCollateEnabled',
- IS_CSS_BACKGROUND_ENABLED: 'isCssBackgroundEnabled'
+ IS_CSS_BACKGROUND_ENABLED: 'isCssBackgroundEnabled',
+ VENDOR_OPTIONS: 'vendorOptions'
};
/**

Powered by Google App Engine
This is Rietveld 408576698