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

Unified Diff: chrome/browser/resources/options/chromeos/proxy_rules_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/options/chromeos/proxy_rules_list.js
diff --git a/chrome/browser/resources/options/chromeos/proxy_rules_list.js b/chrome/browser/resources/options/chromeos/proxy_rules_list.js
index 8c86ffc4e2de457690d9444c2b9780dada3a80c7..69863d24de5803f23d7b6efa25b5e4e5e6c7e343 100644
--- a/chrome/browser/resources/options/chromeos/proxy_rules_list.js
+++ b/chrome/browser/resources/options/chromeos/proxy_rules_list.js
@@ -33,10 +33,9 @@ cr.define('options.proxyexceptions', function() {
var self = this;
// Listens to pref changes.
- Preferences.getInstance().addEventListener(this.pref,
- function(event) {
- self.load_(event.value.value);
- });
+ Preferences.getInstance().addEventListener(this.pref, function(event) {
+ self.load_(event.value.value);
+ });
},
/**
@@ -138,7 +137,5 @@ cr.define('options.proxyexceptions', function() {
}
};
- return {
- ProxyExceptions: ProxyExceptions
- };
+ return {ProxyExceptions: ProxyExceptions};
});

Powered by Google App Engine
This is Rietveld 408576698