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

Unified Diff: chrome/browser/resources/print_preview/search/recent_destination_list.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/search/recent_destination_list.js
diff --git a/chrome/browser/resources/print_preview/search/recent_destination_list.js b/chrome/browser/resources/print_preview/search/recent_destination_list.js
index 47aff4e4424443cd81827163069e5efc0522c06e..57f7d97e159fcd81cd1834bd69bc858cd264281f 100644
--- a/chrome/browser/resources/print_preview/search/recent_destination_list.js
+++ b/chrome/browser/resources/print_preview/search/recent_destination_list.js
@@ -15,11 +15,8 @@ cr.define('print_preview', function() {
*/
function RecentDestinationList(eventTarget) {
print_preview.DestinationList.call(
- this,
- eventTarget,
- loadTimeData.getString('recentDestinationsTitle'),
- null /*actionLinkLabel*/,
- true /*opt_showAll*/);
+ this, eventTarget, loadTimeData.getString('recentDestinationsTitle'),
+ null /*actionLinkLabel*/, true /*opt_showAll*/);
}
RecentDestinationList.prototype = {
@@ -32,7 +29,5 @@ cr.define('print_preview', function() {
}
};
- return {
- RecentDestinationList: RecentDestinationList
- };
+ return {RecentDestinationList: RecentDestinationList};
});

Powered by Google App Engine
This is Rietveld 408576698