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

Unified Diff: chrome/browser/resources/settings/search_page/search_page.html

Issue 1162563004: Upgrade to 1.0 and switch clients to dom-repeat where needed. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix a layout import and remove the gzipped webanimation in reproduce.sh Created 5 years, 7 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_page/search_page.html
diff --git a/chrome/browser/resources/settings/search_page/search_page.html b/chrome/browser/resources/settings/search_page/search_page.html
index 9c457c13b38392b83028e0c28f59cdf95e513b47..64e88a3b5f7714f9994a05dd9ebc1b370d3be9fc 100644
--- a/chrome/browser/resources/settings/search_page/search_page.html
+++ b/chrome/browser/resources/settings/search_page/search_page.html
@@ -13,7 +13,7 @@
<div class="search-engines">
<select id="searchEnginesMenu" on-change="defaultEngineGuidChanged_">
- <template is="x-repeat" items="[[searchEngines]]">
+ <template is="dom-repeat" items="[[searchEngines]]">
<option value="[[item.guid]]">{{item.name}}</option>
</template>
</select>

Powered by Google App Engine
This is Rietveld 408576698