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

Unified Diff: chrome/browser/resources/settings/search_engines_page/search_engine_entry.js

Issue 1368733002: Introduce cr-settings-input and eliminate cr-input (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@issue_532540_elim_cr_toggle_button
Patch Set: Rebase Created 5 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/settings/search_engines_page/search_engine_entry.js
diff --git a/chrome/browser/resources/settings/search_engines_page/search_engine_entry.js b/chrome/browser/resources/settings/search_engines_page/search_engine_entry.js
index db9e80d623dfd7031dfc0835dc6d5b881ccc39c6..9e3a00940ab2020f4f535de8b0f8cb99d6954689 100644
--- a/chrome/browser/resources/settings/search_engines_page/search_engine_entry.js
+++ b/chrome/browser/resources/settings/search_engines_page/search_engine_entry.js
@@ -53,7 +53,7 @@ Polymer({
/** @private */
fieldChanged_: function() {
// NOTE: This currently doesn't fire in response to a change event from the
- // cr-input, even though it should. This Polymer change should fix the
+ // paper-input, even though it should. This Polymer change should fix the
// issue: https://github.com/PolymerElements/paper-input/pull/33
chrome.searchEnginesPrivate.updateSearchEngine(
this.engine.guid,
@@ -63,4 +63,3 @@ Polymer({
this.makeNotEditable_();
}
});
-

Powered by Google App Engine
This is Rietveld 408576698