| Index: chrome/browser/resources/print_preview/settings/destination_settings.js
|
| diff --git a/chrome/browser/resources/print_preview/settings/destination_settings.js b/chrome/browser/resources/print_preview/settings/destination_settings.js
|
| index d2a60d5be1ed2a0eabf27329676b58e3131c69b9..9d4cc9bf3a35a32faa8d70c46054087ec845a73f 100644
|
| --- a/chrome/browser/resources/print_preview/settings/destination_settings.js
|
| +++ b/chrome/browser/resources/print_preview/settings/destination_settings.js
|
| @@ -95,9 +95,8 @@ cr.define('print_preview', function() {
|
| print_preview.DestinationStore.EventType.DESTINATION_SELECT,
|
| this.onDestinationSelect_.bind(this));
|
| this.tracker_.add(
|
| - this.destinationStore_,
|
| - print_preview.DestinationStore.EventType.
|
| - CACHED_SELECTED_DESTINATION_INFO_READY,
|
| + this.destinationStore_, print_preview.DestinationStore.EventType
|
| + .CACHED_SELECTED_DESTINATION_INFO_READY,
|
| this.onSelectedDestinationNameSet_.bind(this));
|
| },
|
|
|
| @@ -166,7 +165,5 @@ cr.define('print_preview', function() {
|
| };
|
|
|
| // Export
|
| - return {
|
| - DestinationSettings: DestinationSettings
|
| - };
|
| + return {DestinationSettings: DestinationSettings};
|
| });
|
|
|