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

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

Issue 1477773003: Use dom-if to hide settings pages and show explicitly. (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 7723bac2c40c4b926b43918bcaa32645da0a8b51..9060ed63d69558be2b59f1fa21e956a32ca52c8e 100644
--- a/chrome/browser/resources/settings/settings_resources.grd
+++ b/chrome/browser/resources/settings/settings_resources.grd
@@ -109,6 +109,12 @@
<structure name="IDR_SETTINGS_CR_SETTINGS_MENU_JS"
file="settings_menu/settings_menu.js"
type="chrome_html" />
+ <structure name="IDR_SETTINGS_CR_SETTINGS_PAGE_VISIBILITY_HTML"
+ file="settings_page/settings_page_visibility.html"
+ type="chrome_html" />
+ <structure name="IDR_SETTINGS_CR_SETTINGS_PAGE_VISIBILITY_JS"
+ file="settings_page/settings_page_visibility.js"
+ type="chrome_html" />
<structure name="IDR_SETTINGS_CR_SETTINGS_SECTION_CSS"
file="settings_page/settings_section.css"
type="chrome_html" />

Powered by Google App Engine
This is Rietveld 408576698