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

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: Fix ChromeOS tests. 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 e36c4235fd54cf9c1e9edf6f0d845802544d58bf..f1ed1b38299b8b7d94bda1c43842b9a8f8fbf157 100644
--- a/chrome/browser/resources/settings/settings_resources.grd
+++ b/chrome/browser/resources/settings/settings_resources.grd
@@ -356,6 +356,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