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

Unified Diff: chrome/browser/resources/settings/settings_resources.grd

Issue 1914653002: Make lists in the passwords section aware of the scroll target. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase Created 4 years, 2 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/settings_resources.grd
diff --git a/chrome/browser/resources/settings/settings_resources.grd b/chrome/browser/resources/settings/settings_resources.grd
index 55f7dcb202d4b5f3fb66e81b08d1898c5a426fed..484b78addc68b994159c07f6e6dba7f7e783f240 100644
--- a/chrome/browser/resources/settings/settings_resources.grd
+++ b/chrome/browser/resources/settings/settings_resources.grd
@@ -250,6 +250,12 @@
<structure name="IDR_SETTINGS_SETTINGS_ACTION_MENU_JS"
file="settings_action_menu.js"
type="chrome_html" />
+ <structure name="IDR_SETTINGS_GLOBAL_SCROLL_TARGET_BEHAVIOR_HTML"
+ file="global_scroll_target_behavior.html"
+ type="chrome_html" />
+ <structure name="IDR_SETTINGS_GLOBAL_SCROLL_TARGET_BEHAVIOR_JS"
+ file="global_scroll_target_behavior.js"
+ type="chrome_html" />
<if expr="use_nss_certs">
<structure name="IDR_SETTINGS_CERTIFICATE_MANAGER_PAGE_HTML"
file="certificate_manager_page/certificate_manager_page.html"

Powered by Google App Engine
This is Rietveld 408576698