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

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

Issue 2852413003: MD Settings: omnibox extensions list to use focus-row-behavior. (Closed)
Patch Set: Created 3 years, 8 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.html
diff --git a/chrome/browser/resources/settings/search_engines_page/search_engine_entry.html b/chrome/browser/resources/settings/search_engines_page/search_engine_entry.html
index aba01dfb53fdfc1805d42e445e5396570f1e8a93..499a907f95bdb4d802784aafab50b5b405f68780 100644
--- a/chrome/browser/resources/settings/search_engines_page/search_engine_entry.html
+++ b/chrome/browser/resources/settings/search_engines_page/search_engine_entry.html
@@ -56,7 +56,7 @@
<div id="url-column" class="text-elide">[[engine.url]]</div>
<paper-icon-button icon="cr:more-vert" on-tap="onDotsTap_"
title="$i18n{moreActions}" focus-row-control
- focus-type='cr-menu-button'>
+ focus-type="cr-menu-button">
hcarmona 2017/05/04 21:03:35 👍
scottchen 2017/05/04 21:57:38 Done.
</paper-icon-button>
<dialog is="cr-action-menu">
<button class="dropdown-item" role="option" on-tap="onMakeDefaultTap_"

Powered by Google App Engine
This is Rietveld 408576698