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

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

Issue 2057593003: MD Settings: Add dedicated C++ handler for restart/relaunch/powerwash. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Nit. 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 a442a2f0c0eb343df5020099b9af0b1be6cfc5be..e80591d5b7e0a0a994af1ba9702b2277d09eb270 100644
--- a/chrome/browser/resources/settings/settings_resources.grd
+++ b/chrome/browser/resources/settings/settings_resources.grd
@@ -115,6 +115,13 @@
<structure name="IDR_SETTINGS_FONTS_BROWSER_PROXY_JS"
file="appearance_page/fonts_browser_proxy.js"
type="chrome_html" />
+ <structure name="IDR_SETTINGS_LIFETIME_BROWSER_PROXY_HTML"
+ file="lifetime_browser_proxy.html"
+ type="chrome_html" />
+ <structure name="IDR_SETTINGS_LIFETIME_BROWSER_PROXY_JS"
+ file="lifetime_browser_proxy.js"
+ type="chrome_html"
+ flattenhtml="true" />
<structure name="IDR_SETTINGS_ON_STARTUP_PAGE_HTML"
file="on_startup_page/on_startup_page.html"
type="chrome_html" />

Powered by Google App Engine
This is Rietveld 408576698