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

Unified Diff: chrome/browser/resources/print_preview/data/ticket_items/css_background.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/data/ticket_items/css_background.js
diff --git a/chrome/browser/resources/print_preview/data/ticket_items/css_background.js b/chrome/browser/resources/print_preview/data/ticket_items/css_background.js
index 03fde6c6997e29a31139294ab8f3457da4fdada7..ab205878a7d7ce0a6f806895fec516a78ab3c230 100644
--- a/chrome/browser/resources/print_preview/data/ticket_items/css_background.js
+++ b/chrome/browser/resources/print_preview/data/ticket_items/css_background.js
@@ -17,11 +17,8 @@ cr.define('print_preview.ticket_items', function() {
*/
function CssBackground(appState, documentInfo) {
print_preview.ticket_items.TicketItem.call(
- this,
- appState,
- print_preview.AppStateField.IS_CSS_BACKGROUND_ENABLED,
- null /*destinationStore*/,
- documentInfo);
+ this, appState, print_preview.AppStateField.IS_CSS_BACKGROUND_ENABLED,
+ null /*destinationStore*/, documentInfo);
}
CssBackground.prototype = {
@@ -49,7 +46,5 @@ cr.define('print_preview.ticket_items', function() {
};
// Export
- return {
- CssBackground: CssBackground
- };
+ return {CssBackground: CssBackground};
});

Powered by Google App Engine
This is Rietveld 408576698