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

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

Issue 2518233004: MD Settings: Move settings-advanced-page into settings-basic-page (Closed)
Patch Set: rebase Created 4 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 9062606e126e280ab3ad44461486c9f45e4c884c..2ad4aa458b30a3a457d50539ee4a980485a40029 100644
--- a/chrome/browser/resources/settings/settings_resources.grd
+++ b/chrome/browser/resources/settings/settings_resources.grd
@@ -65,15 +65,6 @@
<structure name="IDR_SETTINGS_ADD_SITE_DIALOG_JS"
file="site_settings/add_site_dialog.js"
type="chrome_html" />
- <structure name="IDR_SETTINGS_ADVANCED_PAGE_JS"
- file="advanced_page/advanced_page.js"
- flattenhtml="true"
- type="chrome_html" />
- <structure name="IDR_SETTINGS_ADVANCED_PAGE_HTML"
- file="advanced_page/advanced_page.html"
- type="chrome_html"
- flattenhtml="true"
- allowexternalscript="true" />
<structure name="IDR_SETTINGS_ALL_SITES_HTML"
file="site_settings/all_sites.html"
type="chrome_html" />
@@ -123,6 +114,7 @@
flattenhtml="true" />
<structure name="IDR_SETTINGS_BASIC_PAGE_JS"
file="basic_page/basic_page.js"
+ flattenhtml="true"
type="chrome_html" />
<structure name="IDR_SETTINGS_BASIC_PAGE_HTML"
file="basic_page/basic_page.html"

Powered by Google App Engine
This is Rietveld 408576698