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

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

Issue 2793463002: MD Settings: Restore focus after closing various dialogs. (Closed)
Patch Set: Nits. 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/privacy_page/privacy_page.html
diff --git a/chrome/browser/resources/settings/privacy_page/privacy_page.html b/chrome/browser/resources/settings/privacy_page/privacy_page.html
index a237d51f1033b099e0b5b6fc0e7f570e2df19aa5..a747b1f373a716999d046d5b0586f9418ebb0e44 100644
--- a/chrome/browser/resources/settings/privacy_page/privacy_page.html
+++ b/chrome/browser/resources/settings/privacy_page/privacy_page.html
@@ -199,8 +199,8 @@
$i18n{clearBrowsingDataDescription}
</div>
</div>
- <button class="subpage-arrow" is="paper-icon-button-light"
- aria-label="$i18n{clearBrowsingData}"
+ <button is="paper-icon-button-light" id="clearBrowsingDataTrigger"
+ class="subpage-arrow" aria-label="$i18n{clearBrowsingData}"
aria-describedby="clearBrowsingDataSecondary"></button>
</div>
</neon-animatable>

Powered by Google App Engine
This is Rietveld 408576698