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

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

Issue 2094223004: MD Settings: make chrome://[md-]settings/clearBrowserData URL work (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: asdf Created 4 years, 6 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 3eaee9a827ca962f85f337573236092f171334a7..4ef60dbf1921b884070922599af884e5c42f9b39 100644
--- a/chrome/browser/resources/settings/settings_resources.grd
+++ b/chrome/browser/resources/settings/settings_resources.grd
@@ -162,6 +162,13 @@
<structure name="IDR_SETTINGS_CR_SETTINGS_MAIN_JS"
file="settings_main/settings_main.js"
type="chrome_html" />
+ <structure name="IDR_SETTINGS_CR_SETTINGS_MAIN_RENDERED_HTML"
+ file="settings_main/settings_main_rendered.html"
+ type="chrome_html"
+ allowexternalscript="true" />
+ <structure name="IDR_SETTINGS_CR_SETTINGS_MAIN_RENDERED_JS"
+ file="settings_main/settings_main_rendered.js"
+ type="chrome_html" />
<structure name="IDR_SETTINGS_CR_SETTINGS_MENU_HTML"
file="settings_menu/settings_menu.html"
type="chrome_html"

Powered by Google App Engine
This is Rietveld 408576698