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

Unified Diff: chrome/browser/resources/settings/printing_page/printing_page.js

Issue 2946563002: Run clang-format on .js files in c/b/r/settings (Closed)
Patch Set: dschuyler@ review 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/settings/printing_page/printing_page.js
diff --git a/chrome/browser/resources/settings/printing_page/printing_page.js b/chrome/browser/resources/settings/printing_page/printing_page.js
index eb1bb21280bfe30c741c0bd5105d5520f2ca6756..2a783f10a1fdb97ca56009584570c1e48239aebd 100644
--- a/chrome/browser/resources/settings/printing_page/printing_page.js
+++ b/chrome/browser/resources/settings/printing_page/printing_page.js
@@ -12,7 +12,7 @@ Polymer({
notify: true,
},
-// <if expr="chromeos">
+ // <if expr="chromeos">
/**
* Whether to show CUPS printers settings.
* @private {boolean}
@@ -23,7 +23,7 @@ Polymer({
return loadTimeData.getBoolean('showCupsPrintingFeatures');
},
},
-// </if>
+ // </if>
/** @type {!Array<!CupsPrinterInfo>} */
cupsPrinters: {
@@ -43,10 +43,10 @@ Polymer({
map.set(
settings.Route.CLOUD_PRINTERS.path,
'#cloudPrinters .subpage-arrow');
-// <if expr="chromeos">
+ // <if expr="chromeos">
map.set(
settings.Route.CUPS_PRINTERS.path, '#cupsPrinters .subpage-arrow');
-// </if>
+ // </if>
return map;
},
},
@@ -56,7 +56,7 @@ Polymer({
'show-cups-printer-details': 'onShowCupsPrinterDetailsPage_',
},
-// <if expr="chromeos">
+ // <if expr="chromeos">
/** @private */
onTapCupsPrinters_: function() {
settings.navigateTo(settings.Route.CUPS_PRINTERS);
@@ -67,7 +67,7 @@ Polymer({
settings.navigateTo(settings.Route.CUPS_PRINTER_DETAIL);
this.$.arraySelector.select(event.detail);
},
-// </if>
+ // </if>
/** @private */
onTapCloudPrinters_: function() {

Powered by Google App Engine
This is Rietveld 408576698