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

Unified Diff: chrome/browser/resources/settings/site_settings/site_list.html

Issue 2791053002: MD Settings: Restore focus after closing dialogs, for content settings. (Closed)
Patch Set: Nit. 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
Index: chrome/browser/resources/settings/site_settings/site_list.html
diff --git a/chrome/browser/resources/settings/site_settings/site_list.html b/chrome/browser/resources/settings/site_settings/site_list.html
index 8be3e5a94c0a6e5c99f3faa05a986653e02730c3..5d84fea2ffc2069d37e5e00ad88c5fa3f6a420cc 100644
--- a/chrome/browser/resources/settings/site_settings/site_list.html
+++ b/chrome/browser/resources/settings/site_settings/site_list.html
@@ -30,7 +30,8 @@
<div id="category">
<div class="settings-box first" hidden$="[[allSites]]">
<h2 class="start">[[categoryHeader]]</h2>
- <paper-button class="secondary-button header-aligned-button" id="icon"
+ <paper-button id="addSite"
+ class="secondary-button header-aligned-button"
hidden="[[readOnlyList]]" on-tap="onAddSiteTap_">
$i18n{add}
</paper-button>

Powered by Google App Engine
This is Rietveld 408576698