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

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

Issue 2795603002: Add an update warning for downloading over mobile data (Closed)
Patch Set: Created 3 years, 9 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 1d6597e87acc73f25eae95ac7d7f597f0cbb38e1..94f300b12f190552fef0a2987bbfae5459d5d894 100644
--- a/chrome/browser/resources/settings/settings_resources.grd
+++ b/chrome/browser/resources/settings/settings_resources.grd
@@ -58,6 +58,12 @@
<structure name="IDR_SETTINGS_DETAILED_BUILD_INFO_HTML"
file="about_page/detailed_build_info.html"
type="chrome_html" />
+ <structure name="IDR_SETTINGS_UPDATE_WARNING_DIALOG_HTML"
+ file="about_page/update_warning_dialog.html"
+ type="chrome_html" />
+ <structure name="IDR_SETTINGS_UPDATE_WARNING_DIALOG_JS"
+ file="about_page/update_warning_dialog.js"
+ type="chrome_html" />
</if>
<structure name="IDR_SETTINGS_ADD_SITE_DIALOG_HTML"
file="site_settings/add_site_dialog.html"

Powered by Google App Engine
This is Rietveld 408576698