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

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

Issue 1457713007: Update the "Passwords and Forms" section so that they can be toggled. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 1 month 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 7577f209cafc77fc52420bb39c472afe6183ff6f..c561b949683494b7cb4f64d070b67454dafa5bc5 100644
--- a/chrome/browser/resources/settings/settings_resources.grd
+++ b/chrome/browser/resources/settings/settings_resources.grd
@@ -61,6 +61,12 @@
<structure name="IDR_SETTINGS_APPEARANCE_SHARED_CSS"
file="appearance_page/appearance_shared.css"
type="chrome_html" />
+ <structure name="IDR_SETTINGS_AUTOFILL_CATEGORY_HTML"
+ file="passwords_and_forms_page/autofill_category.html"
+ type="chrome_html" />
+ <structure name="IDR_SETTINGS_AUTOFILL_CATEGORY_JS"
+ file="passwords_and_forms_page/autofill_category.js"
+ type="chrome_html" />
<structure name="IDR_SETTINGS_BASIC_PAGE_JS"
file="basic_page/basic_page.js"
type="chrome_html" />
@@ -298,9 +304,6 @@
file="languages_page/edit_dictionary_page.js"
type="chrome_html" />
</if>
- <structure name="IDR_SETTINGS_PASSWORDS_AND_FORMS_PAGE_CSS"
- file="passwords_and_forms_page/passwords_and_forms_page.css"
- type="chrome_html" />
<structure name="IDR_SETTINGS_PASSWORDS_AND_FORMS_PAGE_HTML"
file="passwords_and_forms_page/passwords_and_forms_page.html"
type="chrome_html" />

Powered by Google App Engine
This is Rietveld 408576698