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

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

Issue 2736803002: MD Settings: Stop using <option>'s |selected| HTML attribute in bindings. (Closed)
Patch Set: Change selected. Created 3 years, 9 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
« no previous file with comments | « chrome/browser/resources/settings/device_page/stylus.html ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 7fc9c1a194d9f7fbc0b29e797ae6c9d3784e9073..9f69e0df239fd2a341c579b12ba289d34232636a 100644
--- a/chrome/browser/resources/settings/search_page/search_page.html
+++ b/chrome/browser/resources/settings/search_page/search_page.html
@@ -44,7 +44,7 @@
disabled$="[[
prefs.default_search_provider.enabled.extensionId]]">
<template is="dom-repeat" items="[[searchEngines_]]">
- <option selected$="[[item.default]]">[[item.name]]</option>
+ <option selected="[[item.default]]">[[item.name]]</option>
</template>
</select>
<span class="md-select-underline"></span>
« no previous file with comments | « chrome/browser/resources/settings/device_page/stylus.html ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698