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

Unified Diff: chrome/test/data/webui/print_preview.js

Issue 10824322: Merge 150482 - Fix duplex defaults. (Closed) Base URL: svn://svn.chromium.org/chrome/branches/1180/src/
Patch Set: Created 8 years, 4 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 | « chrome/browser/resources/print_preview/data/print_ticket_store.js ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/test/data/webui/print_preview.js
===================================================================
--- chrome/test/data/webui/print_preview.js (revision 151785)
+++ chrome/test/data/webui/print_preview.js (working copy)
@@ -658,7 +658,8 @@
'setColorAsDefault': true,
'disableCopiesOption': false,
'disableLandscapeOption': true,
- 'printerDefaultDuplexValue': 0
+ 'printerDefaultDuplexValue': 0,
+ 'setDuplexAsDefault': false
};
this.nativeLayer_.dispatchEvent(capsSetEvent);
@@ -691,7 +692,8 @@
'setColorAsDefault': false,
'disableCopiesOption': false,
'disableLandscapeOption': false,
- 'printerDefaultDuplexValue': 1
+ 'printerDefaultDuplexValue': 1,
+ 'setDuplexAsDefault': true
};
this.nativeLayer_.dispatchEvent(capsSetEvent);
« no previous file with comments | « chrome/browser/resources/print_preview/data/print_ticket_store.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698