| Index: chrome/browser/resources/print_preview/data/print_ticket_store.js
|
| diff --git a/chrome/browser/resources/print_preview/data/print_ticket_store.js b/chrome/browser/resources/print_preview/data/print_ticket_store.js
|
| index 67297976dffeb0d9085a628493cfc0f61d270481..28484f0ffc9ad5cb82996bdcca4cd652cf31b5e1 100644
|
| --- a/chrome/browser/resources/print_preview/data/print_ticket_store.js
|
| +++ b/chrome/browser/resources/print_preview/data/print_ticket_store.js
|
| @@ -337,9 +337,9 @@ cr.define('print_preview', function() {
|
| * @return {!Object} Google Cloud Print print ticket.
|
| */
|
| createPrintTicket: function(destination) {
|
| - assert(!destination.isLocal,
|
| + assert(!destination.isLocal || destination.isPrivet,
|
| 'Trying to create a Google Cloud Print print ticket for a local ' +
|
| - 'destination');
|
| + ' non-privet destination');
|
| assert(destination.capabilities,
|
| 'Trying to create a Google Cloud Print print ticket for a ' +
|
| 'destination with no print capabilities');
|
|
|