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

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

Issue 2813033004: MD Settings: Restore focus after exiting Content settings sub-subpages. (Closed)
Patch Set: Address comments. 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
« no previous file with comments | « no previous file | chrome/browser/resources/settings/settings_page/settings_animated_pages.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 add253bbac75312d6d3e02666f587fb24279b246..bb86f4c80c810e84da7de2f5746efa2d8c91aa69 100644
--- a/chrome/browser/resources/settings/privacy_page/privacy_page.html
+++ b/chrome/browser/resources/settings/privacy_page/privacy_page.html
@@ -221,7 +221,8 @@
id="site-settings"
page-title="[[siteSettingsPageTitle_()]]"
learn-more-url="$i18n{exceptionsLearnMoreURL}">
- <settings-site-settings-page></settings-site-settings-page>
+ <settings-site-settings-page focus-config="[[focusConfig_]]">
+ </settings-site-settings-page>
</settings-subpage>
</template>
« no previous file with comments | « no previous file | chrome/browser/resources/settings/settings_page/settings_animated_pages.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698