Commit 8fb3725d authored by alekseys@chromium.org's avatar alekseys@chromium.org

Enable media size selection for cloud destinations and PDF printer.

BUG=239879

Review URL: https://codereview.chromium.org/308713006

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@273949 0039d316-1c4b-4281-b951-d872f2087c98
parent f86cc1ca
...@@ -56,8 +56,7 @@ cr.define('print_preview.ticket_items', function() { ...@@ -56,8 +56,7 @@ cr.define('print_preview.ticket_items', function() {
/** @override */ /** @override */
isCapabilityAvailable: function() { isCapabilityAvailable: function() {
// TODO(alekseys): Turn it on when the feature is ready (crbug/239879). return !!this.capability;
return false && !!this.capability;
}, },
/** @override */ /** @override */
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment