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

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

Issue 2811573004: MD Settings: Restore focus when exiting various subpages, part 2. (Closed)
Patch Set: Device page 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/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 a747b1f373a716999d046d5b0586f9418ebb0e44..add253bbac75312d6d3e02666f587fb24279b246 100644
--- a/chrome/browser/resources/settings/privacy_page/privacy_page.html
+++ b/chrome/browser/resources/settings/privacy_page/privacy_page.html
@@ -42,7 +42,8 @@
on-close="onDialogClosed_">
</settings-clear-browsing-data-dialog>
</template>
- <settings-animated-pages id="pages" section="privacy">
+ <settings-animated-pages id="pages" section="privacy"
+ focus-config="[[focusConfig_]]">
<neon-animatable route-path="default">
<div class="settings-box first">
<p class="privacy-explanation">$i18nRaw{improveBrowsingExperience}</p>

Powered by Google App Engine
This is Rietveld 408576698