| 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() {
|
|
|