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

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

Issue 2098633002: Migrate the one-time notice into the MD settings CBD dialog (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@move_counters
Patch Set: Initialize to false. 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 5a8cc492633d1dcf0c7a79024973b221c1bb5a42..ee7d9395b1edee85797c450b5982047d2e5573af 100644
--- a/chrome/browser/resources/settings/settings_resources.grd
+++ b/chrome/browser/resources/settings/settings_resources.grd
@@ -289,6 +289,12 @@
<structure name="IDR_SETTINGS_CLEAR_BROWSING_DATA_DIALOG_JS"
file="clear_browsing_data_dialog/clear_browsing_data_dialog.js"
type="chrome_html" />
+ <structure name="IDR_SETTINGS_HISTORY_DELETION_DIALOG_HTML"
+ file="clear_browsing_data_dialog/history_deletion_dialog.html"
+ type="chrome_html" />
+ <structure name="IDR_SETTINGS_HISTORY_DELETION_DIALOG_JS"
+ file="clear_browsing_data_dialog/history_deletion_dialog.js"
+ type="chrome_html" />
<structure name="IDR_SETTINGS_CONTROLS_CHECKBOX_HTML"
file="controls/settings_checkbox.html"
type="chrome_html" />

Powered by Google App Engine
This is Rietveld 408576698