| Index: chrome/browser/resources/print_preview/data/destination_store.js
|
| diff --git a/chrome/browser/resources/print_preview/data/destination_store.js b/chrome/browser/resources/print_preview/data/destination_store.js
|
| index a2ee2abe0ac99d273c33e0ec8cbba1ce63a70d4e..0356ebaee0c719aa50ba02e29a730542665a8a40 100644
|
| --- a/chrome/browser/resources/print_preview/data/destination_store.js
|
| +++ b/chrome/browser/resources/print_preview/data/destination_store.js
|
| @@ -308,6 +308,7 @@ cr.define('print_preview', function() {
|
| 'not enabled');
|
| destination.isTosAccepted = true;
|
| this.cloudPrintInterface_.updatePrinterTosAcceptance(destination.id,
|
| + destination.origin,
|
| true);
|
| }
|
| this.appState_.persistSelectedDestination(this.selectedDestination_);
|
|
|