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

Unified Diff: chrome/browser/resources/print_preview/data/ticket_items/media_size.js

Issue 308713006: Enable media size selection for cloud destinations and PDF printer. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 7 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 | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/resources/print_preview/data/ticket_items/media_size.js
diff --git a/chrome/browser/resources/print_preview/data/ticket_items/media_size.js b/chrome/browser/resources/print_preview/data/ticket_items/media_size.js
index 4db0f7fce0aa9e45d3abc2c41f55baae8b588b9b..a799629af88f67d5378971f600afe9e5cac6c321 100644
--- a/chrome/browser/resources/print_preview/data/ticket_items/media_size.js
+++ b/chrome/browser/resources/print_preview/data/ticket_items/media_size.js
@@ -56,8 +56,7 @@ cr.define('print_preview.ticket_items', function() {
/** @override */
isCapabilityAvailable: function() {
- // TODO(alekseys): Turn it on when the feature is ready (crbug/239879).
- return false && !!this.capability;
+ return !!this.capability;
},
/** @override */
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698