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

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

Issue 2834433002: MD Settings: ESLint --fix output, WIP. (Closed)
Patch Set: Created 3 years, 8 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/cups_printers.js
diff --git a/chrome/browser/resources/settings/printing_page/cups_printers.js b/chrome/browser/resources/settings/printing_page/cups_printers.js
index b9c0e00b28efbc31abd4fc10933788ed5d47aa65..ba13ac1a7b30d23bd4b7e31925524bc2648f7506 100644
--- a/chrome/browser/resources/settings/printing_page/cups_printers.js
+++ b/chrome/browser/resources/settings/printing_page/cups_printers.js
@@ -61,8 +61,8 @@ Polymer({
*/
refreshNetworks_: function() {
chrome.networkingPrivate.getNetworks(
- {'networkType': chrome.networkingPrivate.NetworkType.ALL,
- 'configured': true},
+ {'networkType': chrome.networkingPrivate.NetworkType.ALL,
dschuyler 2017/04/19 18:58:41 This should be a four space indent I believe.
Dan Beam 2017/04/19 19:07:03 yeah, i think this goes against our style guide
dpapad 2017/04/19 19:19:55 This is configurable, see http://eslint.org/docs/r
+ 'configured': true},
this.onNetworksReceived_.bind(this));
},

Powered by Google App Engine
This is Rietveld 408576698