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

Unified Diff: chrome/browser/resources/settings/search_engines_page/search_engines_browser_proxy.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/search_engines_page/search_engines_browser_proxy.js
diff --git a/chrome/browser/resources/settings/search_engines_page/search_engines_browser_proxy.js b/chrome/browser/resources/settings/search_engines_page/search_engines_browser_proxy.js
index e4819dd0ea5fedef18f7f76fbf3917008843602e..54239035f75d14c3abb4035975b01f22d87a6cc4 100644
--- a/chrome/browser/resources/settings/search_engines_page/search_engines_browser_proxy.js
+++ b/chrome/browser/resources/settings/search_engines_page/search_engines_browser_proxy.js
@@ -125,7 +125,9 @@ cr.define('settings', function() {
/** @override */
searchEngineEditCompleted: function(searchEngine, keyword, queryUrl) {
chrome.send('searchEngineEditCompleted', [
- searchEngine, keyword, queryUrl,
+ searchEngine,
+ keyword,
+ queryUrl,
]);
},

Powered by Google App Engine
This is Rietveld 408576698