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

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

Issue 2092763004: [MD Settings] Implement search in material design passwords. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: indexOf -> includes Created 4 years, 5 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 995b7201a618d35ae5bd27975d6adfcc19200fd7..8671f65cd110568d1e7240263f3f30b5de08a9c2 100644
--- a/chrome/browser/resources/settings/settings_resources.grd
+++ b/chrome/browser/resources/settings/settings_resources.grd
@@ -204,6 +204,12 @@
<structure name="IDR_SETTINGS_CR_SETTINGS_SUBPAGE_JS"
file="settings_page/settings_subpage.js"
type="chrome_html" />
+ <structure name="IDR_SETTINGS_CR_SETTINGS_SUBPAGE_SEARCH_HTML"
+ file="settings_page/settings_subpage_search.html"
+ type="chrome_html" />
+ <structure name="IDR_SETTINGS_CR_SETTINGS_SUBPAGE_SEARCH_JS"
+ file="settings_page/settings_subpage_search.js"
+ type="chrome_html" />
<structure name="IDR_SETTINGS_CR_SETTINGS_PAGE_CSS_HTML"
file="settings_page_css.html"
type="chrome_html" />

Powered by Google App Engine
This is Rietveld 408576698