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

Unified Diff: chrome/browser/resources/print_preview/search/cloud_destination_list.js

Issue 2617663002: WIP: run clang-format-js on lots of things (Closed)
Patch Set: merge Created 3 years, 11 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/search/cloud_destination_list.js
diff --git a/chrome/browser/resources/print_preview/search/cloud_destination_list.js b/chrome/browser/resources/print_preview/search/cloud_destination_list.js
index e8c671009c9493c16e5dea9af173f5b7f4be79dc..19030b07e142109208310f8ad06c9dfa15dc5c1b 100644
--- a/chrome/browser/resources/print_preview/search/cloud_destination_list.js
+++ b/chrome/browser/resources/print_preview/search/cloud_destination_list.js
@@ -14,9 +14,7 @@ cr.define('print_preview', function() {
*/
function CloudDestinationList(eventTarget) {
print_preview.DestinationList.call(
- this,
- eventTarget,
- loadTimeData.getString('cloudDestinationsTitle'),
+ this, eventTarget, loadTimeData.getString('cloudDestinationsTitle'),
loadTimeData.getString('manage'));
};
@@ -43,7 +41,5 @@ cr.define('print_preview', function() {
}
};
- return {
- CloudDestinationList: CloudDestinationList
- };
+ return {CloudDestinationList: CloudDestinationList};
});

Powered by Google App Engine
This is Rietveld 408576698