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

Unified Diff: chrome/browser/resources/print_preview/settings/destination_settings.js

Issue 2939273002: DO NOT SUBMIT: what chrome/browser/resources/ could eventually look like with clang-format (Closed)
Patch Set: Created 3 years, 6 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
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 bad6fd4910abb63a5afa94adfb4acedfd96969d7..f9941182b45fafc0aee3591239cb68d766748539 100644
--- a/chrome/browser/resources/print_preview/settings/destination_settings.js
+++ b/chrome/browser/resources/print_preview/settings/destination_settings.js
@@ -98,8 +98,8 @@ cr.define('print_preview', function() {
this.onDestinationSelect_.bind(this));
this.tracker_.add(
this.destinationStore_,
- print_preview.DestinationStore.EventType.
- CACHED_SELECTED_DESTINATION_INFO_READY,
+ print_preview.DestinationStore.EventType
+ .CACHED_SELECTED_DESTINATION_INFO_READY,
this.onSelectedDestinationNameSet_.bind(this));
},
@@ -168,7 +168,5 @@ cr.define('print_preview', function() {
};
// Export
- return {
- DestinationSettings: DestinationSettings
- };
+ return {DestinationSettings: DestinationSettings};
});

Powered by Google App Engine
This is Rietveld 408576698