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

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

Issue 1853413002: MD Settings: Convert reset_page/ to use browser proxy pattern. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Addressing comments. Created 4 years, 8 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 5fcd3e6e32d0727121adeaa57b7ce29f23cbc88c..0f80dc9e60855a4c572522a4b8625f88319e4cb8 100644
--- a/chrome/browser/resources/settings/settings_resources.grd
+++ b/chrome/browser/resources/settings/settings_resources.grd
@@ -353,6 +353,13 @@
<structure name="IDR_SETTINGS_RESET_PROFILE_BANNER_JS"
file="reset_page/reset_profile_banner.js"
type="chrome_html"/>
+ <structure name="IDR_SETTINGS_RESET_BROWSER_PROXY_JS"
+ file="reset_page/reset_browser_proxy.js"
+ flattenhtml="true"
+ type="chrome_html" />
+ <structure name="IDR_SETTINGS_RESET_BROWSER_PROXY_HTML"
+ file="reset_page/reset_browser_proxy.html"
+ type="chrome_html" />
<structure name="IDR_SETTINGS_LANGUAGES_HTML"
file="languages_page/languages.html"
type="chrome_html" />

Powered by Google App Engine
This is Rietveld 408576698