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

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

Issue 2010653003: MD Settings: About page, implementing channel switcher dialog. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Address comments. Created 4 years, 7 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 9d91f1c556f5e61b6f28df4912c77400f2fbbe39..724d69fc1d6302bcc2a1b44831426469ca5137a4 100644
--- a/chrome/browser/resources/settings/settings_resources.grd
+++ b/chrome/browser/resources/settings/settings_resources.grd
@@ -38,6 +38,12 @@
flattenhtml="true"
allowexternalscript="true" />
<if expr="chromeos">
+ <structure name="IDR_SETTINGS_CHANNEL_SWITCHER_DIALOG_HTML"
+ file="about_page/channel_switcher_dialog.html"
+ type="chrome_html" />
+ <structure name="IDR_SETTINGS_CHANNEL_SWITCHER_DIALOG_JS"
+ file="about_page/channel_switcher_dialog.js"
+ type="chrome_html" />
<structure name="IDR_SETTINGS_DETAILED_BUILD_INFO_JS"
file="about_page/detailed_build_info.js"
type="chrome_html" />

Powered by Google App Engine
This is Rietveld 408576698