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

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

Issue 1869883003: MD Settings: On Startup, extract dialog to its own file. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Typo 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 4efe891358934b01b90e4f5c108ba0411bd5dd88..918fcf87f87f4aafe4a72239887a84aca1811dcc 100644
--- a/chrome/browser/resources/settings/settings_resources.grd
+++ b/chrome/browser/resources/settings/settings_resources.grd
@@ -98,6 +98,14 @@
<structure name="IDR_SETTINGS_STARTUP_URLS_PAGE_BROWSER_PROXY_HTML"
file="on_startup_page/startup_urls_page_browser_proxy.html"
type="chrome_html" />
+ <structure name="IDR_SETTINGS_STARTUP_URL_DIALOG_JS"
+ file="on_startup_page/startup_url_dialog.js"
+ type="chrome_html" />
+ <structure name="IDR_SETTINGS_STARTUP_URL_DIALOG_HTML"
+ file="on_startup_page/startup_url_dialog.html"
+ type="chrome_html"
+ flattenhtml="true"
Dan Beam 2016/04/08 23:24:42 flattenhtml="true" is only need for <if> or <inclu
dpapad 2016/04/09 00:02:18 Done.
+ allowexternalscript="true" />
<structure name="IDR_SETTINGS_CR_SETTINGS_MAIN_CSS"
file="settings_main/settings_main.css"
type="chrome_html" />

Powered by Google App Engine
This is Rietveld 408576698