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

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

Issue 1013833003: Show Pages in chrome://md-settings (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: jlklein's feedback Created 5 years, 9 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 6a9bf8654716e7335628a75d802273011ef5c7c4..9884855b4fa47600d206edc741529b73ee0cbe14 100644
--- a/chrome/browser/resources/settings/settings_resources.grd
+++ b/chrome/browser/resources/settings/settings_resources.grd
@@ -69,6 +69,15 @@
<structure name="IDR_SETTINGS_CR_SETTINGS_UI_JS"
file="settings_ui/settings_ui.js"
type="chrome_html" />
+ <structure name="IDR_SETTINGS_DOWNLOADS_PAGE_CSS"
+ file="downloads_page/downloads_page.css"
+ type="chrome_html" />
+ <structure name="IDR_SETTINGS_DOWNLOADS_PAGE_JS"
+ file="downloads_page/downloads_page.js"
+ type="chrome_html" />
+ <structure name="IDR_SETTINGS_DOWNLOADS_PAGE_HTML"
+ file="downloads_page/downloads_page.html"
+ type="chrome_html" />
<structure name="IDR_SETTINGS_DUMMY_PAGE_HTML"
file="dummy_page/dummy_page.html"
type="chrome_html" />

Powered by Google App Engine
This is Rietveld 408576698