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

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

Issue 2817903004: MD Settings: Focus cookies search field when exiting cookie details subpage. (Closed)
Patch Set: Simulate pop state in test. 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 7b23e1af7e1fd0fbafee836998b53404da71e0d3..b6e0dce6d89ef177ea554cb72e858f0a34ddb471 100644
--- a/chrome/browser/resources/settings/privacy_page/privacy_page.html
+++ b/chrome/browser/resources/settings/privacy_page/privacy_page.html
@@ -287,7 +287,7 @@
<category-setting-exceptions
category="{{ContentSettingsTypes.COOKIES}}">
</category-setting-exceptions>
- <site-data></site-data>
+ <site-data focus-config="[[focusConfig_]]"></site-data>
</settings-subpage>
</template>
<template is="dom-if" route-path="/content/images" no-search>

Powered by Google App Engine
This is Rietveld 408576698