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

Unified Diff: chrome/browser/resources/options/search_engine_manager_engine_list.js

Issue 517413002: Compile chrome://settings, part 1: remove all warnings (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@true_master
Patch Set: s/event/Event/ Created 6 years, 3 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/search_engine_manager_engine_list.js
diff --git a/chrome/browser/resources/options/search_engine_manager_engine_list.js b/chrome/browser/resources/options/search_engine_manager_engine_list.js
index 0be060294d4fd1a262fa3a7f2eac2dff03c9beb8..d81258eedcd3ccf8286cdb91914af57aaa00ce7f 100644
--- a/chrome/browser/resources/options/search_engine_manager_engine_list.js
+++ b/chrome/browser/resources/options/search_engine_manager_engine_list.js
@@ -11,7 +11,7 @@ cr.define('options.search_engines', function() {
/**
* Creates a new search engine list item.
- * @param {Object} searchEnigne The search engine this represents.
+ * @param {Object} searchEngine The search engine this represents.
* @constructor
* @extends {cr.ui.ListItem}
*/
@@ -235,7 +235,7 @@ cr.define('options.search_engines', function() {
* @param {Event} e The cancel event.
* @private
*/
- onEditCancelled_: function() {
+ onEditCancelled_: function(e) {
chrome.send('searchEngineEditCancelled');
// The name field has been automatically set to match the display name,
« no previous file with comments | « chrome/browser/resources/options/manage_profile_overlay.js ('k') | chrome/browser/resources/options/search_page.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698