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

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: Rebase Created 5 years 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 9dba0d5cc91570dbd435a00de13b33387eb6f9a7..4d44889e1a840938a9be340352a7cf40e904f617 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